Package org.springframework.test.context.junit4.statements
Custom JUnit 4
Statements
used in the Spring TestContext Framework.Class Summary Class Description ProfileValueChecker ProfileValueChecker
is a custom JUnitStatement
that checks whether a test class or test method is enabled in the current environment via Spring's@IfProfileValue
annotation.RunAfterTestClassCallbacks RunAfterTestClassCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingafterTestClass()
on the suppliedTestContextManager
.RunAfterTestExecutionCallbacks RunAfterTestExecutionCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by callingafterTestExecution()
on the suppliedTestContextManager
.RunAfterTestMethodCallbacks RunAfterTestMethodCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingafterTestMethod()
on the suppliedTestContextManager
.RunBeforeTestClassCallbacks RunBeforeTestClassCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingbeforeTestClass()
on the suppliedTestContextManager
.RunBeforeTestExecutionCallbacks RunBeforeTestExecutionCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by callingbeforeTestExecution()
on the suppliedTestContextManager
.RunBeforeTestMethodCallbacks RunBeforeTestMethodCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingbeforeTestMethod()
on the suppliedTestContextManager
.RunPrepareTestInstanceCallbacks RunPrepareTestInstanceCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingprepareTestInstance()
on the suppliedTestContextManager
.SpringFailOnTimeout SpringRepeat