Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.json |
Auto-configuration for JSON tests.
|
org.springframework.boot.test.autoconfigure.web.reactive |
Auto-configuration for reactive web tests.
|
Modifier and Type | Class and Description |
---|---|
interface |
JsonTest
Annotation for a JSON test that focuses only on JSON serialization.
|
Modifier and Type | Class and Description |
---|---|
interface |
WebFluxTest
Annotation that can be used for a Spring WebFlux test that focuses
only on Spring WebFlux components.
|