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: org.springframework.test/src/main/java/org/springframework/test/context/junit4/AbstractJUnit4SpringContextTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
* <p>
33
33
* Abstract base test class which integrates the <em>Spring TestContext
34
34
* Framework</em> with explicit {@link ApplicationContext} testing support in a
35
-
* <strong>JUnit 4.7</strong> environment.
35
+
* <strong>JUnit 4.5+</strong> environment.
36
36
* </p>
37
37
* <p>
38
38
* Concrete subclasses should typically declare a class-level
Copy file name to clipboardExpand all lines: org.springframework.test/src/main/java/org/springframework/test/context/junit4/SpringJUnit4ClassRunner.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
* <p>
51
51
* <code>SpringJUnit4ClassRunner</code> is a custom extension of
52
52
* {@link BlockJUnit4ClassRunner} which provides functionality of the
53
-
* <em>Spring TestContext Framework</em> to standard JUnit 4.7+ tests by means
53
+
* <em>Spring TestContext Framework</em> to standard JUnit 4.5+ tests by means
54
54
* of the {@link TestContextManager} and associated support classes and
55
55
* annotations.
56
56
* </p>
@@ -76,7 +76,7 @@
76
76
* </ul>
77
77
* <p>
78
78
* <b>NOTE:</b> As of Spring 3.0, <code>SpringJUnit4ClassRunner</code> requires
0 commit comments