Class MockMvcAutoConfiguration

java.lang.Object
org.springframework.boot.webmvc.test.autoconfigure.MockMvcAutoConfiguration

@AutoConfiguration(after=org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration.class) @ConditionalOnWebApplication(type=SERVLET) @EnableConfigurationProperties(org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.class) @Import({org.springframework.boot.webmvc.test.autoconfigure.MockMvcConfiguration.class,org.springframework.boot.webmvc.test.autoconfigure.MockMvcTesterConfiguration.class}) public final class MockMvcAutoConfiguration extends Object
Auto-configuration for MockMvc.
Since:
4.0.0
See Also:
  • Constructor Details

    • MockMvcAutoConfiguration

      public MockMvcAutoConfiguration()