クラス MockMvcAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
@AutoConfiguration(after={WebMvcAutoConfiguration.class,WebTestClientAutoConfiguration.class})
@ConditionalOnWebApplication(type=SERVLET)
@EnableConfigurationProperties({ServerProperties.class,WebMvcProperties.class})
@Import({org.springframework.boot.test.autoconfigure.web.servlet.MockMvcConfiguration.class,org.springframework.boot.test.autoconfigure.web.servlet.MockMvcTesterConfiguration.class})
public class MockMvcAutoConfiguration
extends ObjectSE
MockMvc の自動構成。- 導入:
- 1.4.0
- 作成者:
- Phillip Webb, Andy Wilkinson, Stephane Nicoll, Brian Clozel
- 関連事項:
- コンストラクターの概要コンストラクター
- メソッドのサマリー修飾子と型メソッド説明- dispatcherServlet- (MockMvc mockMvc) - dispatcherServletPath- (WebMvcProperties webMvcProperties) 
- コンストラクターの詳細- MockMvcAutoConfigurationpublic MockMvcAutoConfiguration()
 
- メソッドの詳細- dispatcherServletPath@Bean @ConditionalOnMissingBean public DispatcherServletPath dispatcherServletPath- (WebMvcProperties webMvcProperties) 
- dispatcherServlet