Rules used in the Spring TestContext Framework.See: Description
| Class | Description | 
|---|---|
| SpringClassRule | 
SpringClassRule is a custom JUnit TestRule that supports
 class-level features of the Spring TestContext Framework
 in standard JUnit tests by means of the TestContextManager and
 associated support classes and annotations. | 
| SpringMethodRule | 
SpringMethodRule is a custom JUnit MethodRule that
 supports instance-level and method-level features of the
 Spring TestContext Framework in standard JUnit tests by means
 of the TestContextManager and associated support classes and
 annotations. | 
Rules used in the Spring TestContext Framework.