Uses of Class
org.springframework.test.context.TestContextManager
Packages that use TestContextManager
Package
Description
Support classes for integrating the Spring TestContext Framework
 with JUnit 4.12 or higher.
Custom JUnit 4 
Statements used in the Spring TestContext Framework.- 
Uses of TestContextManager in org.springframework.test.context.junit4Methods in org.springframework.test.context.junit4 that return TestContextManagerModifier and TypeMethodDescriptionprotected TestContextManagerSpringJUnit4ClassRunner.createTestContextManager(Class<?> clazz) Create a newTestContextManagerfor the supplied test class.protected final TestContextManagerSpringJUnit4ClassRunner.getTestContextManager()Get theTestContextManagerassociated with this runner.
- 
Uses of TestContextManager in org.springframework.test.context.junit4.statementsConstructors in org.springframework.test.context.junit4.statements with parameters of type TestContextManagerModifierConstructorDescriptionRunAfterTestClassCallbacks(Statement next, TestContextManager testContextManager) Construct a newRunAfterTestClassCallbacksstatement.RunAfterTestExecutionCallbacks(Statement next, Object testInstance, Method testMethod, TestContextManager testContextManager) Construct a newRunAfterTestExecutionCallbacksstatement.RunAfterTestMethodCallbacks(Statement next, Object testInstance, Method testMethod, TestContextManager testContextManager) Construct a newRunAfterTestMethodCallbacksstatement.RunBeforeTestClassCallbacks(Statement next, TestContextManager testContextManager) Construct a newRunBeforeTestClassCallbacksstatement.RunBeforeTestExecutionCallbacks(Statement next, Object testInstance, Method testMethod, TestContextManager testContextManager) Construct a newRunBeforeTestExecutionCallbacksstatement.RunBeforeTestMethodCallbacks(Statement next, Object testInstance, Method testMethod, TestContextManager testContextManager) Construct a newRunBeforeTestMethodCallbacksstatement.RunPrepareTestInstanceCallbacks(Statement next, Object testInstance, TestContextManager testContextManager) Construct a newRunPrepareTestInstanceCallbacksstatement.