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: jupiter-tests/src/templates/resources/test/org/junit/jupiter/api/condition/DisabledOnJreConditionTests.java.jte
+1-11
Original file line number
Diff line number
Diff line change
@@ -74,20 +74,10 @@ class DisabledOnJreConditionTests extends AbstractExecutionConditionTests {
Copy file name to clipboardExpand all lines: jupiter-tests/src/templates/resources/test/org/junit/jupiter/api/condition/DisabledOnJreIntegrationTests.java.jte
-6
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,6 @@ class DisabledOnJreIntegrationTests {
48
48
void jreUndefined() {
49
49
}
50
50
51
-
@Test
52
-
@Disabled("Only used in a unit test via reflection")
53
-
@DisabledOnJre(versions = 7)
54
-
void version7() {
55
-
}
56
-
57
51
@Test
58
52
@Disabled("Only used in a unit test via reflection")
Copy file name to clipboardExpand all lines: jupiter-tests/src/templates/resources/test/org/junit/jupiter/api/condition/EnabledOnJreConditionTests.java.jte
+1-11
Original file line number
Diff line number
Diff line change
@@ -70,24 +70,14 @@ class EnabledOnJreConditionTests extends AbstractExecutionConditionTests {
70
70
.withMessage("JRE.UNDEFINED is not supported in @EnabledOnJre");
Copy file name to clipboardExpand all lines: jupiter-tests/src/templates/resources/test/org/junit/jupiter/api/condition/EnabledOnJreIntegrationTests.java.jte
-6
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,6 @@ class EnabledOnJreIntegrationTests {
47
47
void jreUndefined() {
48
48
}
49
49
50
-
@Test
51
-
@Disabled("Only used in a unit test via reflection")
52
-
@EnabledOnJre(versions = 7)
53
-
void version7() {
54
-
}
55
-
56
50
@Test
57
51
@Disabled("Only used in a unit test via reflection")
0 commit comments