Uses of Package
org.springframework.boot.test.autoconfigure.web.servlet
Packages that use org.springframework.boot.test.autoconfigure.web.servlet
Package
Description
Auto-configuration for GraphQL tester.
Auto-configuration for tests using Spring REST Docs.
Auto-configuration for Spring MVC tests.
-
Classes in org.springframework.boot.test.autoconfigure.web.servlet used by org.springframework.boot.test.autoconfigure.graphql.testerClassDescriptionAnnotation that can be applied to a test class to enable and configure auto-configuration of
MockMvc
. -
-
Classes in org.springframework.boot.test.autoconfigure.web.servlet used by org.springframework.boot.test.autoconfigure.web.servletClassDescriptionAnnotation that can be applied to a test class to enable and configure auto-configuration of
MockMvc
.Auto-configuration imports
for typical Spring MVC tests.A customizer for aConfigurableMockMvcBuilder
.MVC print options specified from@AutoConfigureMockMvc
.MockMvcBuilderCustomizer
for a typical Spring Boot application.