public interface BootstrapContext
BootstrapContext
encapsulates the context in which the Spring
TestContext Framework is bootstrapped.BootstrapWith
,
TestContextBootstrapper
Modifier and Type | Method and Description |
---|---|
CacheAwareContextLoaderDelegate |
getCacheAwareContextLoaderDelegate()
Get the
CacheAwareContextLoaderDelegate to use for transparent
interaction with the ContextCache . |
java.lang.Class<?> |
getTestClass()
Get the test class for this bootstrap context.
|
java.lang.Class<?> getTestClass()
null
)CacheAwareContextLoaderDelegate getCacheAwareContextLoaderDelegate()
CacheAwareContextLoaderDelegate
to use for transparent
interaction with the ContextCache
.null
)