8 changed files with 11 additions and 15 deletions
@ -1,9 +1,7 @@
@@ -1,9 +1,7 @@
|
||||
|
||||
/** |
||||
* |
||||
* <p>Support classes for ApplicationContext-based and transactional |
||||
* tests run with JUnit 4.5 and the <em>Spring TestContext Framework</em>.</p> |
||||
* |
||||
* tests run with JUnit 4.6 and the <em>Spring TestContext Framework</em>.</p> |
||||
*/ |
||||
|
||||
package org.springframework.test.context.junit4; |
||||
|
||||
|
@ -1,19 +1,17 @@
@@ -1,19 +1,17 @@
|
||||
|
||||
/** |
||||
* |
||||
* <p>This package contains the <em>Spring TestContext Framework</em> |
||||
* 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.5, TestNG, etc.</p> |
||||
* 4.6, TestNG, etc.</p> |
||||
* |
||||
* <p>In addition to providing generic and extensible testing |
||||
* infrastructure, the Spring TestContext Framework provides out-of-the-box |
||||
* support for Spring-specific integration testing functionality such as |
||||
* context management and caching, dependency injection of test fixtures, |
||||
* and transactional test management with default rollback semantics.</p> |
||||
* |
||||
*/ |
||||
|
||||
package org.springframework.test.context; |
||||
|
||||
|
Loading…
Reference in new issue