类 DefaultTestContextBootstrapper
java.lang.Object
cn.taketoday.test.context.support.AbstractTestContextBootstrapper
cn.taketoday.test.context.support.DefaultTestContextBootstrapper
- 所有已实现的接口:
TestContextBootstrapper
Default implementation of the
TestContextBootstrapper SPI.
Uses DelegatingSmartContextLoader as the default ContextLoader.
- 从以下版本开始:
- 4.0
- 作者:
- Sam Brannen
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected Class<? extends ContextLoader>getDefaultContextLoaderClass(Class<?> testClass) ReturnsDelegatingSmartContextLoader.从类继承的方法 cn.taketoday.test.context.support.AbstractTestContextBootstrapper
buildMergedContextConfiguration, buildTestContext, getBootstrapContext, getCacheAwareContextLoaderDelegate, getContextCustomizerFactories, getDefaultTestExecutionListeners, getTestExecutionListeners, processMergedContextConfiguration, resolveContextLoader, resolveExplicitContextLoaderClass, setBootstrapContext
-
构造器详细资料
-
DefaultTestContextBootstrapper
public DefaultTestContextBootstrapper()
-
-
方法详细资料
-
getDefaultContextLoaderClass
ReturnsDelegatingSmartContextLoader.- 指定者:
getDefaultContextLoaderClass在类中AbstractTestContextBootstrapper- 参数:
testClass- the test class for which to retrieve the defaultContextLoaderclass- 返回:
- the default
ContextLoaderclass for the supplied test class (nevernull)
-