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.junit4
Methods in org.springframework.test.context.junit4 that return TestContextManagerModifier and TypeMethodDescriptionprotected TestContextManager
SpringJUnit4ClassRunner.createTestContextManager
(Class<?> clazz) Create a newTestContextManager
for the supplied test class.protected final TestContextManager
SpringJUnit4ClassRunner.getTestContextManager()
Get theTestContextManager
associated 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 TestContextManagerModifierConstructorDescriptionRunAfterTestClassCallbacks
(Statement next, TestContextManager testContextManager) Construct a newRunAfterTestClassCallbacks
statement.RunAfterTestExecutionCallbacks
(Statement next, Object testInstance, Method testMethod, TestContextManager testContextManager) Construct a newRunAfterTestExecutionCallbacks
statement.RunAfterTestMethodCallbacks
(Statement next, Object testInstance, Method testMethod, TestContextManager testContextManager) Construct a newRunAfterTestMethodCallbacks
statement.RunBeforeTestClassCallbacks
(Statement next, TestContextManager testContextManager) Construct a newRunBeforeTestClassCallbacks
statement.RunBeforeTestExecutionCallbacks
(Statement next, Object testInstance, Method testMethod, TestContextManager testContextManager) Construct a newRunBeforeTestExecutionCallbacks
statement.RunBeforeTestMethodCallbacks
(Statement next, Object testInstance, Method testMethod, TestContextManager testContextManager) Construct a newRunBeforeTestMethodCallbacks
statement.RunPrepareTestInstanceCallbacks
(Statement next, Object testInstance, TestContextManager testContextManager) Construct a newRunPrepareTestInstanceCallbacks
statement.