diff options
| author | J08nY | 2024-05-07 16:24:22 +0200 |
|---|---|---|
| committer | J08nY | 2024-05-07 16:24:22 +0200 |
| commit | 2e6207f7d83d9efb8db571ca4f04d79ca63f212f (patch) | |
| tree | 839fce998ca4e48472cc29902f32b208dca8932e /standalone/src/test/java | |
| parent | 910ccecc91097616e407ed85bba91eae80309174 (diff) | |
| download | ECTester-2e6207f7d83d9efb8db571ca4f04d79ca63f212f.tar.gz ECTester-2e6207f7d83d9efb8db571ca4f04d79ca63f212f.tar.zst ECTester-2e6207f7d83d9efb8db571ca4f04d79ca63f212f.zip | |
Diffstat (limited to 'standalone/src/test/java')
| -rw-r--r-- | standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java b/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java index c94824c..c39ee54 100644 --- a/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java +++ b/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java @@ -208,6 +208,7 @@ public class AppTests { ECTesterStandalone.main(args); } + /* @ParameterizedTest @MethodSource("libs") // TODO: This breaks the tests because the libs do all sorts of weird stuff here. @@ -222,6 +223,7 @@ public class AppTests { } ECTesterStandalone.main(args); } + */ @ParameterizedTest @MethodSource("libs") @@ -233,6 +235,7 @@ public class AppTests { ECTesterStandalone.main(args); } + /* @ParameterizedTest @MethodSource("libs") // TODO: This breaks the tests because the libs do all sorts of weird stuff here. @@ -247,6 +250,7 @@ public class AppTests { } ECTesterStandalone.main(args); } + */ @ParameterizedTest @MethodSource("libs") |
