diff --git a/org.springframework.test/src/main/java/org/springframework/test/context/junit4/statements/package.html b/org.springframework.test/src/main/java/org/springframework/test/context/junit4/statements/package.html new file mode 100644 index 0000000000..2b83505072 --- /dev/null +++ b/org.springframework.test/src/main/java/org/springframework/test/context/junit4/statements/package.html @@ -0,0 +1,7 @@ + + + +

JUnit 4.5 based statements used in the Spring TestContext Framework.

+ + + diff --git a/org.springframework.test/src/main/java/org/springframework/test/context/package.html b/org.springframework.test/src/main/java/org/springframework/test/context/package.html index cca11921a6..0825b7e3a8 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/context/package.html +++ b/org.springframework.test/src/main/java/org/springframework/test/context/package.html @@ -6,7 +6,7 @@ which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use. The same techniques and annotation-based configuration used in, for example, a JUnit 3.8 environment can also be applied to tests written with JUnit -4.4, TestNG, etc.

+4.5, TestNG, etc.

In addition to providing generic and extensible testing infrastructure, the Spring TestContext Framework provides out-of-the-box diff --git a/org.springframework.test/src/main/java/org/springframework/test/jpa/package.html b/org.springframework.test/src/main/java/org/springframework/test/jpa/package.html index 9bd4752d7e..8c5aaa1953 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/jpa/package.html +++ b/org.springframework.test/src/main/java/org/springframework/test/jpa/package.html @@ -1,7 +1,8 @@ -Support classes for tests based on the Java Persistence API. +As of Spring 3.0, this package has been deprecated in favor of using the listener-based +Spring TestContext Framework. diff --git a/org.springframework.test/src/main/java/org/springframework/test/package.html b/org.springframework.test/src/main/java/org/springframework/test/package.html index 2d1899fc3c..97d30b5f66 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/package.html +++ b/org.springframework.test/src/main/java/org/springframework/test/package.html @@ -1,14 +1,8 @@ -Superclasses for tests requiring Spring application contexts, -including support for transactional execution of test cases, -with automatic rollback on completion. -Useful as base classes for application-specific tests. - -

The superclasses in this package are ideal for integration testing. -Unit testing should not normally involve the Spring container, -but should test classes in isolation. +This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0 +has been deprecated in favor of using the listener-based Spring TestContext Framework.