RunBeforeTestClassCallbacks
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#beforeTestClass() beforeTestClass()} on thesupplied {@link TestContextManager}.
@see #evaluate()
@see RunAfterTestMethodCallbacks
@author Sam Brannen
@since 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|