类 DefaultBootstrapContext

java.lang.Object
cn.taketoday.test.context.support.DefaultBootstrapContext
所有已实现的接口:
BootstrapContext

public class DefaultBootstrapContext extends Object implements BootstrapContext
Default implementation of the BootstrapContext interface.
从以下版本开始:
4.0
作者:
Sam Brannen
  • 字段详细资料

  • 构造器详细资料

    • DefaultBootstrapContext

      public DefaultBootstrapContext(Class<?> testClass, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate)
      Construct a new DefaultBootstrapContext from the supplied arguments.
      参数:
      testClass - the test class for this bootstrap context; never null
      cacheAwareContextLoaderDelegate - the context loader delegate to use for transparent interaction with the ContextCache; never null
  • 方法详细资料