spring-framework / org.springframework.test.context.support / DefaultBootstrapContext

DefaultBootstrapContext

open class DefaultBootstrapContext : BootstrapContext

Default implementation of the BootstrapContext interface.

Author
Sam Brannen

Since
4.1

Constructors

<init>

DefaultBootstrapContext(testClass: Class<*>, cacheAwareContextLoaderDelegate: CacheAwareContextLoaderDelegate)

Construct a new DefaultBootstrapContext from the supplied arguments.

Functions

getCacheAwareContextLoaderDelegate

open fun getCacheAwareContextLoaderDelegate(): CacheAwareContextLoaderDelegate

{@inheritDoc}

getTestClass

open fun getTestClass(): Class<*>

{@inheritDoc}

toString

open fun toString(): String

Provide a String representation of this bootstrap context's state.