SpringBootTestContextBootstrapper

open class SpringBootTestContextBootstrapper : DefaultTestContextBootstrapper

TestContextBootstrapper for Spring Boot. Provides support for @SpringBootTest and may also be used directly or subclassed. Provides the following features over and above DefaultTestContextBootstrapper:

Author

Phillip Webb

Andy Wilkinson

Brian Clozel

Madhura Bhave

Lorenzo Dee

Since

1.4.0

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var bootstrapContext: BootstrapContext

Functions

Link copied to clipboard
fun buildMergedContextConfiguration(): MergedContextConfiguration
Link copied to clipboard
open fun buildTestContext(): TestContext
Link copied to clipboard
fun getTestExecutionListeners(): List<TestExecutionListener>