Uses of Class
org.springframework.test.context.TestContextManager
Packages that use TestContextManager Package Description org.springframework.test.context.junit4 Support classes for integrating the Spring TestContext Framework with JUnit 4.12 or higher.org.springframework.test.context.junit4.statements Custom JUnit 4Statementsused in the Spring TestContext Framework.Uses of TestContextManager in org.springframework.test.context.junit4
Methods in org.springframework.test.context.junit4 that return TestContextManager Modifier and Type Method Description protected TestContextManagerSpringJUnit4ClassRunner. createTestContextManager(Class<?> clazz)Create a newTestContextManagerfor the supplied test class.protected TestContextManagerSpringJUnit4ClassRunner. getTestContextManager()Get theTestContextManagerassociated with this runner.Uses of TestContextManager in org.springframework.test.context.junit4.statements
Constructors in org.springframework.test.context.junit4.statements with parameters of type TestContextManager Constructor Description RunAfterTestClassCallbacks(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.