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
Statements used in the Spring TestContext Framework. |
Modifier and Type | Method and Description |
---|---|
protected TestContextManager |
SpringJUnit4ClassRunner.createTestContextManager(java.lang.Class<?> clazz)
Create a new
TestContextManager for the supplied test class. |
protected TestContextManager |
SpringJUnit4ClassRunner.getTestContextManager()
Get the
TestContextManager associated with this runner. |
Constructor and Description |
---|
RunAfterTestClassCallbacks(org.junit.runners.model.Statement next,
TestContextManager testContextManager)
Construct a new
RunAfterTestClassCallbacks statement. |
RunAfterTestExecutionCallbacks(org.junit.runners.model.Statement next,
java.lang.Object testInstance,
java.lang.reflect.Method testMethod,
TestContextManager testContextManager)
Construct a new
RunAfterTestExecutionCallbacks statement. |
RunAfterTestMethodCallbacks(org.junit.runners.model.Statement next,
java.lang.Object testInstance,
java.lang.reflect.Method testMethod,
TestContextManager testContextManager)
Construct a new
RunAfterTestMethodCallbacks statement. |
RunBeforeTestClassCallbacks(org.junit.runners.model.Statement next,
TestContextManager testContextManager)
Construct a new
RunBeforeTestClassCallbacks statement. |
RunBeforeTestExecutionCallbacks(org.junit.runners.model.Statement next,
java.lang.Object testInstance,
java.lang.reflect.Method testMethod,
TestContextManager testContextManager)
Construct a new
RunBeforeTestExecutionCallbacks statement. |
RunBeforeTestMethodCallbacks(org.junit.runners.model.Statement next,
java.lang.Object testInstance,
java.lang.reflect.Method testMethod,
TestContextManager testContextManager)
Construct a new
RunBeforeTestMethodCallbacks statement. |
RunPrepareTestInstanceCallbacks(org.junit.runners.model.Statement next,
java.lang.Object testInstance,
TestContextManager testContextManager)
Construct a new
RunPrepareTestInstanceCallbacks statement. |