| Package | Description | 
|---|---|
| org.springframework.boot.test.context.assertj | AssertJ support for ApplicationContexts. | 
| org.springframework.boot.test.context.runner | Test utilities to run application contexts for testing. | 
| org.springframework.boot.web.reactive.context | Reactive based web integrations with Spring's
  ApplicationContext. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AssertableReactiveWebApplicationContext | AssertableReactiveWebApplicationContext. get(Supplier<? extends ConfigurableReactiveWebApplicationContext> contextSupplier)Factory method to create a new  AssertableReactiveWebApplicationContextinstance. | 
| Constructor and Description | 
|---|
| ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext> contextFactory)Create a new  ApplicationContextRunnerinstance using the specifiedcontextFactoryas the underlying source. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationConfigReactiveWebApplicationContextConfigurableReactiveWebApplicationContextthat accepts annotated classes as
 input - in particular@Configuration-annotated
 classes, but also plain@Componentclasses and JSR-330 compliant
 classes usingjavax.injectannotations. | 
| class  | AnnotationConfigReactiveWebServerApplicationContextReactiveWebServerApplicationContextthat accepts annotated classes as input -
 in particular@Configuration-annotated
 classes, but also plain@Componentclasses and JSR-330 compliant
 classes usingjavax.injectannotations. | 
| class  | GenericReactiveWebApplicationContextSubclass of  GenericApplicationContext, suitable for reactive web environments. | 
| class  | ReactiveWebServerApplicationContextA  GenericReactiveWebApplicationContextthat can be used to bootstrap itself
 from a containedReactiveWebServerFactorybean. | 
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.