Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.json.AutoConfigureJson
Package
Description
Auto-configuration for GraphQL testing.
Auto-configuration for JSON tests.
Auto-configuration for reactive web tests.
-
Uses of AutoConfigureJson in org.springframework.boot.test.autoconfigure.graphql
Modifier and TypeClassDescription@interface
Annotation to perform GraphQL tests focusing on GraphQL request execution without a Web layer, and loading only a subset of the application configuration. -
Uses of AutoConfigureJson in org.springframework.boot.test.autoconfigure.json
Modifier and TypeClassDescription@interface
Annotation for a JSON test that focuses only on JSON serialization. -
Uses of AutoConfigureJson in org.springframework.boot.test.autoconfigure.web.reactive
Modifier and TypeClassDescription@interface
Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components.