程序包 org.springframework.test.context.junit4.statements
Custom JUnit 4
Statements used in the Spring TestContext Framework.类概要 类 说明 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.RunAfterTestExecutionCallbacks RunAfterTestExecutionCallbacksis a custom JUnitStatementwhich allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by callingafterTestExecution()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.RunBeforeTestExecutionCallbacks RunBeforeTestExecutionCallbacksis a custom JUnitStatementwhich allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by callingbeforeTestExecution()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