public class DefaultTestContextBootstrapper extends AbstractTestContextBootstrapper
TestContextBootstrapper SPI のデフォルト実装。DelegatingSmartContextLoader をデフォルトの ContextLoader として使用します。
| コンストラクターと説明 |
|---|
DefaultTestContextBootstrapper() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected ClassSE<? extends ContextLoader> | getDefaultContextLoaderClass(ClassSE<?> testClass)DelegatingSmartContextLoader を返します。 |
buildMergedContextConfiguration, buildTestContext, getBootstrapContext, getCacheAwareContextLoaderDelegate, getContextCustomizerFactories, getDefaultTestExecutionListenerClasses, getDefaultTestExecutionListenerClassNames, getTestExecutionListeners, processMergedContextConfiguration, resolveContextLoader, resolveExplicitContextLoaderClass, setBootstrapContextcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected ClassSE<? extends ContextLoader> getDefaultContextLoaderClass(ClassSE<?> testClass)
DelegatingSmartContextLoader を返します。AbstractTestContextBootstrapper の getDefaultContextLoaderClass testClass - デフォルトの ContextLoader クラスを取得するテストクラス ContextLoader クラス (非 null)