Package org.springframework.test.context.junit4.statements
@NonNullApi
@NonNullFields
package org.springframework.test.context.junit4.statements
Custom JUnit 4
Statements
used in the Spring TestContext Framework.-
ClassDescription
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
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingafterTestClass()
on the suppliedTestContextManager
.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
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingafterTestMethod()
on the suppliedTestContextManager
.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
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
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingbeforeTestMethod()
on the suppliedTestContextManager
.RunPrepareTestInstanceCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingprepareTestInstance()
on the suppliedTestContextManager
.