open class DefaultBootstrapContext : BootstrapContext
Default implementation of the BootstrapContext interface.
Author
Sam Brannen
Since
4.1
DefaultBootstrapContext(testClass: Class<*>, cacheAwareContextLoaderDelegate: CacheAwareContextLoaderDelegate)
Construct a new |
open fun getCacheAwareContextLoaderDelegate(): CacheAwareContextLoaderDelegate
{@inheritDoc} |
|
open fun getTestClass(): Class<*>
{@inheritDoc} |
|
open fun toString(): String
Provide a String representation of this bootstrap context's state. |