You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: junit-platform-suite-commons/src/main/java/org/junit/platform/suite/commons/SuiteLauncherDiscoveryRequestBuilder.java
Copy file name to clipboardExpand all lines: platform-tests/src/test/java/org/junit/platform/suite/engine/testcases/ConfigurationSensitiveTestCase.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
importorg.junit.jupiter.api.TestMethodOrder;
18
18
19
19
/**
20
-
* @since 1.10.2
20
+
* @since 1.11
21
21
*/
22
22
@TestMethodOrder(MethodName.class)
23
23
publicclassConfigurationSensitiveTestCase {
@@ -31,6 +31,8 @@ void test1() {
31
31
32
32
@Test
33
33
voidtest2() {
34
+
// This will fail unless the test instance lifecycle is set to per_class,
35
+
// which is configured via @ConfigurationParameter in ConfigurationSuite.
0 commit comments