| Package | Description |
|---|---|
| org.springframework.boot.test.context.runner |
Test utilities to run application contexts for testing.
|
| Class and Description |
|---|
| AbstractApplicationContextRunner
Utility design to run and an
ApplicationContext and provide AssertJ style
assertions. |
| ApplicationContextRunner
An
ApplicationContext runner for a standard,
non-web environment ConfigurableApplicationContext. |
| ContextConsumer
Callback interface used to process an
ApplicationContext with the ability to
throw a (checked) exception. |
| ReactiveWebApplicationContextRunner |
| WebApplicationContextRunner
An
ApplicationContext runner for a Servlet
based ConfigurableWebApplicationContext. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.