批注接口的使用
org.springframework.boot.test.autoconfigure.json.AutoConfigureJson
使用AutoConfigureJson的程序包
程序包
说明
Auto-configuration for GraphQL testing.
Auto-configuration for JSON tests.
Auto-configuration for web clients.
Auto-configuration for reactive web tests.
Auto-configuration for Spring MVC tests.
-
org.springframework.boot.test.autoconfigure.graphql中AutoConfigureJson的使用
修饰符和类型类说明@interface
Annotation to perform GraphQL tests focusing on GraphQL request execution without a Web layer, and loading only a subset of the application configuration. -
org.springframework.boot.test.autoconfigure.json中AutoConfigureJson的使用
修饰符和类型类说明@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers. -
org.springframework.boot.test.autoconfigure.web.client中AutoConfigureJson的使用
修饰符和类型类说明@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of web clients. -
org.springframework.boot.test.autoconfigure.web.reactive中AutoConfigureJson的使用
修饰符和类型类说明@interface
Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components. -
org.springframework.boot.test.autoconfigure.web.servlet中AutoConfigureJson的使用