Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
renamed tests to follow Maven surefire convention
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Feb 7, 2023
1 parent 3cceb05 commit 4fc6e07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* @author Sebastian Zarnekow - Initial contribution and API
*/
public class ParametersParsingTestEx extends AbstractParametersParsingTest {
public class ParametersParsingExTest extends AbstractParametersParsingTest {
@Override
public void setUp() throws Exception {
super.setUp();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* @author Sebastian Zarnekow - Initial contribution and API
*/
public class MapVsMultimap extends Assert {
public class MapVsMultimapTest extends Assert {

private int valuesPerBatch = 0;
private int batches = 500000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
NoParametersParsingTest.class,
ParametersParsingTest.class,
TwoParametersParsingTest.class,
ParametersParsingTestEx.class,
ParametersParsingExTest.class,
})
public class ParametersSuite {
}

0 comments on commit 4fc6e07

Please sign in to comment.