[SPR-5145] Updated package.html files regarding upgrade to JUnit 4.5.

master
Sam Brannen 16 years ago
parent bc9ad5685d
commit d159195b79
  1. 7
      org.springframework.test/src/main/java/org/springframework/test/context/junit4/statements/package.html
  2. 2
      org.springframework.test/src/main/java/org/springframework/test/context/package.html
  3. 3
      org.springframework.test/src/main/java/org/springframework/test/jpa/package.html
  4. 10
      org.springframework.test/src/main/java/org/springframework/test/package.html

@ -0,0 +1,7 @@
<html>
<body>
<p>JUnit 4.5 based <code>statements</code> used in the <em>Spring TestContext Framework</em>.</p>
</body>
</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 that is agnostic of the actual testing framework in use. The same
techniques and annotation-based configuration used in, for example, a techniques and annotation-based configuration used in, for example, a
JUnit 3.8 environment can also be applied to tests written with JUnit JUnit 3.8 environment can also be applied to tests written with JUnit
4.4, TestNG, etc.</p> 4.5, TestNG, etc.</p>
<p>In addition to providing generic and extensible testing <p>In addition to providing generic and extensible testing
infrastructure, the Spring TestContext Framework provides out-of-the-box infrastructure, the Spring TestContext Framework provides out-of-the-box

@ -1,7 +1,8 @@
<html> <html>
<body> <body>
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
<em>Spring TestContext Framework</em>.
</body> </body>
</html> </html>

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

Loading…
Cancel
Save