Package org.springframework.boot.test.autoconfigure.web.reactive
package org.springframework.boot.test.autoconfigure.web.reactive
Auto-configuration for reactive web tests.
-
ClassDescription
Auto-configuration imports
for typical Spring WebFlux tests.Annotation that can be applied to a test class to enable aWebTestClient
that is bound directly to the application.WebTestClientBuilderCustomizer
for a typical Spring Boot application.Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components.Auto-configuration forWebTestClient
.