Package org.springframework.test.context.junit4.statements
Custom JUnit
Statements used in the Spring TestContext Framework.Class Summary Class Description ProfileValueChecker ProfileValueCheckeris a custom JUnitStatementthat checks whether a test class or test method is enabled in the current environment via Spring's@IfProfileValueannotation.RunAfterTestClassCallbacks RunAfterTestClassCallbacksis a custom JUnitStatementwhich allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingafterTestClass()on the suppliedTestContextManager.RunAfterTestMethodCallbacks RunAfterTestMethodCallbacksis a custom JUnitStatementwhich allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingafterTestMethod()on the suppliedTestContextManager.RunBeforeTestClassCallbacks RunBeforeTestClassCallbacksis a custom JUnitStatementwhich allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingbeforeTestClass()on the suppliedTestContextManager.RunBeforeTestMethodCallbacks RunBeforeTestMethodCallbacksis a custom JUnitStatementwhich allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingbeforeTestMethod()on the suppliedTestContextManager.RunPrepareTestInstanceCallbacks RunPrepareTestInstanceCallbacksis a custom JUnitStatementwhich allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingprepareTestInstance()on the suppliedTestContextManager.SpringFailOnTimeout SpringRepeat