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 6
6
that is agnostic of the actual testing framework in use. The same
7
7
techniques and annotation-based configuration used in, for example, a
8
8
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 >
10
10
11
11
< p > In addition to providing generic and extensible testing
12
12
infrastructure, the Spring TestContext Framework provides out-of-the-box
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< body >
3
3
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 > .
5
6
6
7
</ body >
7
8
</ html >
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< body >
3
3
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 > .
12
6
13
7
</ body >
14
8
</ html >
You can’t perform that action at this time.
0 commit comments