接口 BootstrapContext
- 所有已知实现类:
DefaultBootstrapContext
public interface BootstrapContext
BootstrapContext encapsulates the context in which the Infra
TestContext Framework is bootstrapped.- 从以下版本开始:
- 4.0
- 作者:
- Sam Brannen
- 另请参阅:
-
方法概要
修饰符和类型方法说明Get theCacheAwareContextLoaderDelegateto use for transparent interaction with theContextCache.Class<?>Get the test class for this bootstrap context.
-
方法详细资料
-
getTestClass
Class<?> getTestClass()Get the test class for this bootstrap context.- 返回:
- the test class (never
null)
-
getCacheAwareContextLoaderDelegate
CacheAwareContextLoaderDelegate getCacheAwareContextLoaderDelegate()Get theCacheAwareContextLoaderDelegateto use for transparent interaction with theContextCache.- 返回:
- the context loader delegate (never
null)
-