RunAfterTestClassCallbacks
is a custom JUnit 4.5+ {@link Statement} which allows the Spring TestContext Framework tobe plugged into the JUnit execution chain by calling {@link TestContextManager#afterTestClass() afterTestClass()} on the supplied{@link TestContextManager}.
@see #evaluate()
@see RunBeforeTestMethodCallbacks
@author Sam Brannen
@since 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|