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.exception that the supplied test method is expected to throw.TestContextManager associated with this runner.SpringApplicationContext.SpringBean.SpringBeanByName.SpringBeanByType.true if @Ignore is present for the supplied
test method or if the test method is disabled
via @IfProfileValue.BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod, Object, Statement)
except that the expected exception is retrieved using
UnitilsBootBlockJUnit4ClassRunner.getExpectedException(FrameworkMethod).BlockJUnit4ClassRunner.runChild(FrameworkMethod, RunNotifier),
except that tests are determined to be ignored by
UnitilsBootBlockJUnit4ClassRunner.isTestMethodIgnored(FrameworkMethod).TestListener for this moduleUnitilsBootBlockJUnit4ClassRunner and initialize a
TestContextManager to provide Spring testing functionality to
standard JUnit tests.Statement 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 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 SpringRepeat statement.Copyright © 2018. All rights reserved.