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 context cache. |
Class<?> |
getTestClass()
Get the
test class for this bootstrap context. |
Class<?> getTestClass()
test class
for this bootstrap context.null
)CacheAwareContextLoaderDelegate getCacheAwareContextLoaderDelegate()
CacheAwareContextLoaderDelegate
to use for transparent
interaction with the context cache.