Package org.springframework.test.context.junit4.rules
Custom JUnit
Rules used in the Spring TestContext Framework.Class Summary Class Description SpringClassRule SpringClassRuleis a custom JUnitTestRulethat supports class-level features of the Spring TestContext Framework in standard JUnit tests by means of theTestContextManagerand associated support classes and annotations.SpringMethodRule SpringMethodRuleis a custom JUnitMethodRulethat supports instance-level and method-level features of the Spring TestContext Framework in standard JUnit tests by means of theTestContextManagerand associated support classes and annotations.