Package | Description |
---|---|
org.springframework.boot.test.context |
Classes and annotations related to configuring Spring's
ApplicationContext for
tests. |
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
AssertableReactiveWebApplicationContext
instance. |
Constructor and Description |
---|
ReactiveWebApplicationContextTester(Supplier<ConfigurableReactiveWebApplicationContext> contextFactory)
Create a new
ApplicationContextTester instance using the specified
contextFactory as the underlying source. |
Modifier and Type | Class and Description |
---|---|
class |
GenericReactiveWebApplicationContext
Subclass of
AnnotationConfigApplicationContext , suitable for reactive web
environments. |
class |
ReactiveWebServerApplicationContext
A
GenericReactiveWebApplicationContext that can be used to bootstrap itself
from a contained ReactiveWebServerFactory bean. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.