Statements
used in the Spring TestContext Framework.See: Description
Class | Description |
---|---|
ProfileValueChecker |
ProfileValueChecker is a custom JUnit Statement that checks
whether a test class or test method is enabled in the current environment
via Spring's @IfProfileValue annotation. |
RunAfterTestClassCallbacks |
RunAfterTestClassCallbacks is a custom JUnit Statement which allows
the Spring TestContext Framework to be plugged into the JUnit execution chain
by calling afterTestClass() on the supplied
TestContextManager . |
RunAfterTestMethodCallbacks |
RunAfterTestMethodCallbacks is a custom JUnit Statement which allows
the Spring TestContext Framework to be plugged into the JUnit execution chain
by calling afterTestMethod() on the supplied
TestContextManager . |
RunBeforeTestClassCallbacks |
RunBeforeTestClassCallbacks is a custom JUnit Statement which allows
the Spring TestContext Framework to be plugged into the JUnit execution chain
by calling beforeTestClass() on the
supplied TestContextManager . |
RunBeforeTestMethodCallbacks |
RunBeforeTestMethodCallbacks is a custom JUnit Statement which allows
the Spring TestContext Framework to be plugged into the JUnit execution chain
by calling beforeTestMethod() on the supplied TestContextManager . |
RunPrepareTestInstanceCallbacks |
RunPrepareTestInstanceCallbacks is a custom JUnit Statement which
allows the Spring TestContext Framework to be plugged into the JUnit
execution chain by calling prepareTestInstance() on the supplied TestContextManager . |
SpringFailOnTimeout | |
SpringRepeat |
Statements
used in the Spring TestContext Framework.