TestContextManager to prepare the test instance before returning it.TestContextManager for the supplied test class.@IfProfileValue at
the class-level, and otherwise delegate to the parent implementation.TestContextManager associated with this runner.true if @Ignore is present for the supplied test
method or if the test method is disabled via @IfProfileValue.BlockJUnit4ClassRunner.runChild(FrameworkMethod, RunNotifier), except that
tests are determined to be ignored by isTestMethodIgnored(FrameworkMethod).ConcordionRunner which runs concordion tests in the context of a spring container.klassStatement returned by the parent implementation with a RunAfterTestClassCallbacks
statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext
Framework.Statement returned by the parent implementation with a RunAfterTestMethodCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.Statement with a RunAfterTestExecutionCallbacks statement, thus preserving the
default functionality while adding support for the Spring TestContext Framework.Statement returned by the parent implementation with a RunBeforeTestClassCallbacks
statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext
Framework.Statement returned by the parent implementation with a RunBeforeTestMethodCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.Statement with a RunBeforeTestExecutionCallbacks statement, thus preserving the
default functionality while adding support for the Spring TestContext Framework.