类 AbstractTestContextBootstrapper

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

public abstract class AbstractTestContextBootstrapper extends Object implements TestContextBootstrapper
Abstract implementation of the TestContextBootstrapper interface which provides most of the behavior required by a bootstrapper.

Concrete subclasses typically will only need to provide implementations for the following methods:

To plug in custom ContextCache support, override getCacheAwareContextLoaderDelegate().

从以下版本开始:
4.0
作者:
Sam Brannen, Juergen Hoeller, Phillip Webb, Harry Yang