|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Statement in the execution chain (typically an
instance of RunAfters), catching any exceptions thrown, and then calls afterTestMethod(Object, Method)} with the first
caught exception (if any).
TestContextManager.beforeTestMethod(Object, Method) and
then invokes the next Statement in the execution chain (typically
an instance of RunBefores).
RunAfterTestMethodCallbacks is a custom JUnit 4.5+
Statement which allows the Spring TestContext Framework to
be plugged into the JUnit execution chain by calling afterTestMethod()}
on the supplied TestContextManager.RunAfterTestMethodCallbacks statement.
RunBeforeTestMethodCallbacks is a custom JUnit 4.5+
Statement which allows the Spring TestContext Framework to
be plugged into the JUnit execution chain by calling
beforeTestMethod() on the supplied TestContextManager.RunBeforeTestMethodCallbacks statement.
Parameterized
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||