Package | Description |
---|---|
org.springframework.boot.test.context.runner |
Test utilities to run application contexts for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C,A>,C extends ConfigurableApplicationContext,A extends ApplicationContextAssertProvider<C>>
Utility design to run an
ApplicationContext and provide AssertJ style
assertions. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationContextRunner
An
ApplicationContext runner for a standard,
non-web environment ConfigurableApplicationContext . |
class |
ReactiveWebApplicationContextRunner
|
class |
WebApplicationContextRunner
An
ApplicationContext runner for a Servlet
based ConfigurableWebApplicationContext . |