File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed
org.springframework.test/src/main/java/org/springframework/test Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 66that is agnostic of the actual testing framework in use. The same
77techniques and annotation-based configuration used in, for example, a
88JUnit 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
1212infrastructure, the Spring TestContext Framework provides out-of-the-box
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments