Package | Description |
---|---|
org.springframework.test.context.junit4 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 4.5+ and the Spring TestContext Framework.
|
org.springframework.test.context.junit4.statements |
JUnit 4.5 based
statements used in the Spring TestContext Framework. |
Modifier and Type | Method and Description |
---|---|
protected TestContextManager |
SpringJUnit4ClassRunner.createTestContextManager(Class<?> clazz)
Creates a new
TestContextManager for the supplied test class and
the configured default ContextLoader class name. |
protected TestContextManager |
SpringJUnit4ClassRunner.getTestContextManager()
Get the
TestContextManager associated with this runner. |
Constructor and Description |
---|
RunAfterTestClassCallbacks(org.junit.runners.model.Statement next,
TestContextManager testContextManager)
Constructs a new
RunAfterTestClassCallbacks statement. |
RunAfterTestMethodCallbacks(org.junit.runners.model.Statement next,
Object testInstance,
Method testMethod,
TestContextManager testContextManager)
Constructs a new
RunAfterTestMethodCallbacks statement. |
RunBeforeTestClassCallbacks(org.junit.runners.model.Statement next,
TestContextManager testContextManager)
Constructs a new
RunBeforeTestClassCallbacks statement. |
RunBeforeTestMethodCallbacks(org.junit.runners.model.Statement next,
Object testInstance,
Method testMethod,
TestContextManager testContextManager)
Constructs a new
RunBeforeTestMethodCallbacks statement. |
Copyright © 2015. All rights reserved.