Skip to content

Commit d159195

Browse files
committed
[SPR-5145] Updated package.html files regarding upgrade to JUnit 4.5.
1 parent bc9ad56 commit d159195

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<html>
2+
<body>
3+
4+
<p>JUnit 4.5 based <code>statements</code> used in the <em>Spring TestContext Framework</em>.</p>
5+
6+
</body>
7+
</html>

org.springframework.test/src/main/java/org/springframework/test/context/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
that is agnostic of the actual testing framework in use. The same
77
techniques and annotation-based configuration used in, for example, a
88
JUnit 3.8 environment can also be applied to tests written with JUnit
9-
4.4, TestNG, etc.</p>
9+
4.5, TestNG, etc.</p>
1010

1111
<p>In addition to providing generic and extensible testing
1212
infrastructure, the Spring TestContext Framework provides out-of-the-box
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<html>
22
<body>
33

4-
Support classes for tests based on the Java Persistence API.
4+
As of Spring 3.0, this package has been deprecated in favor of using the listener-based
5+
<em>Spring TestContext Framework</em>.
56

67
</body>
78
</html>
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<html>
22
<body>
33

4-
Superclasses for tests requiring Spring application contexts,
5-
including support for transactional execution of test cases,
6-
with automatic rollback on completion.
7-
Useful as base classes for application-specific tests.
8-
9-
<p>The superclasses in this package are ideal for integration testing.
10-
<i>Unit</i> testing should not normally involve the Spring container,
11-
but should test classes in isolation.
4+
This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0
5+
has been deprecated in favor of using the listener-based <em>Spring TestContext Framework</em>.
126

137
</body>
148
</html>

0 commit comments

Comments
 (0)