类 DefaultTestContextBootstrapper

java.lang.Object
cn.taketoday.test.context.support.AbstractTestContextBootstrapper
cn.taketoday.test.context.support.DefaultTestContextBootstrapper
所有已实现的接口:
TestContextBootstrapper
直接已知子类:
InfraTestContextBootstrapper, WebTestContextBootstrapper

public class DefaultTestContextBootstrapper extends AbstractTestContextBootstrapper
Default implementation of the TestContextBootstrapper SPI.

Uses DelegatingSmartContextLoader as the default ContextLoader.

从以下版本开始:
4.0
作者:
Sam Brannen