ApplicationContext
for
tests.See: Description
Interface | Description |
---|---|
AssertableApplicationContext |
An
ApplicationContext that additionally supports AssertJ style assertions. |
AssertableReactiveWebApplicationContext |
A
ReactiveWebApplicationContext that additionally supports AssertJ style
assertions. |
AssertableWebApplicationContext |
A
WebApplicationContext that additionally supports AssertJ style assertions. |
ContextConsumer<C extends ApplicationContext> |
Callback interface used to process an
ApplicationContext with the ability to
throw a (checked) exception. |
DefaultTestExecutionListenersPostProcessor |
Callback interface trigger from
SpringBootTestContextBootstrapper that can be
used to post-process the list of default TestExecutionListener classes to be
used by a test. |
Enum | Description |
---|---|
SpringBootTest.WebEnvironment |
An enumeration web environment modes.
|
Annotation Type | Description |
---|---|
SpringBootTest |
Annotation that can be specified on a test class that runs Spring Boot based tests.
|
TestComponent |
@Component that can be used when a bean is intended only for tests,
and should be excluded from Spring Boot's component scanning. |
TestConfiguration |
@Configuration that can be used to define additional beans or
customizations for a test. |
ApplicationContext
for
tests.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.