Interface BootstrapContext
- All Known Implementing Classes:
- DefaultBootstrapContext
public interface BootstrapContext
BootstrapContext encapsulates the context in which the Spring
TestContext Framework is bootstrapped.- Since:
- 4.1
- Author:
- Sam Brannen
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionGet theCacheAwareContextLoaderDelegateto use for transparent interaction with theContextCache.Class<?> Get the test class for this bootstrap context.
- 
Method Details- 
getTestClassClass<?> getTestClass()Get the test class for this bootstrap context.- Returns:
- the test class (never null)
 
- 
getCacheAwareContextLoaderDelegateCacheAwareContextLoaderDelegate getCacheAwareContextLoaderDelegate()Get theCacheAwareContextLoaderDelegateto use for transparent interaction with theContextCache.- Returns:
- the context loader delegate (never null)
 
 
-