Skip to content

Commit

Permalink
Minor clenup of java codegen test
Browse files Browse the repository at this point in the history
  • Loading branch information
remyhaemmerle-da committed Mar 8, 2024
1 parent c121d90 commit 6937a8e
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 96 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

@RunWith(Suite.class)
@Suite.SuiteClasses({
EnumTestForForAll.class,
EnumTestForAll.class,
NumericTestForAll.class,
GenMapTestFor1_11AndFor1_12ndFor1_13AndFor1_14AndFor1_15AndFor1_devAndFor2_1AndFor2_dev.class,
MapTestForAll.class,
})
public class AllTestsFor2_1 {}
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

@RunWith(Suite.class)
@Suite.SuiteClasses({
EnumTestForForAll.class,
EnumTestForAll.class,
NumericTestForAll.class,
GenMapTestFor1_11AndFor1_12ndFor1_13AndFor1_14AndFor1_15AndFor1_devAndFor2_1AndFor2_dev.class,
MapTestForAll.class,
})
public class AllTestsFor2_dev {}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import test.enummod.optionalcolor.*;

@RunWith(JUnitPlatform.class)
public class EnumTestForForAll {
public class EnumTestForAll {

@Test
void enum2Value2Enum() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
import test.variantmod.either.*;

@RunWith(JUnitPlatform.class)
public
class GenMapTestFor1_11AndFor1_12ndFor1_13AndFor1_14AndFor1_15AndFor1_devAndFor2_1AndFor2_dev {
public class MapTestForAll {

private BigDecimal bg1() {
return new BigDecimal("1.0000000000");
Expand Down

0 comments on commit 6937a8e

Please sign in to comment.