接口的使用
cn.taketoday.test.web.servlet.DispatcherServletCustomizer
程序包
说明
Support for testing Web MVC applications via
WebTestClient
with MockMvc for server request
handling.Contains built-in
MockMvcBuilder implementations.-
cn.taketoday.test.web.servlet.client中DispatcherServletCustomizer的使用
修饰符和类型方法说明<T extends B>
TAbstractMockMvcServerSpec.dispatcherServletCustomizer(DispatcherServletCustomizer customizer) <T extends B>
TMockMvcWebTestClient.MockMvcServerSpec.dispatcherServletCustomizer(DispatcherServletCustomizer customizer) Allow customization ofDispatcherServlet. -
cn.taketoday.test.web.servlet.setup中DispatcherServletCustomizer的使用
修饰符和类型字段说明private final List<DispatcherServletCustomizer>AbstractMockMvcBuilder.dispatcherServletCustomizers修饰符和类型方法说明final <T extends B>
TAbstractMockMvcBuilder.addDispatcherServletCustomizer(DispatcherServletCustomizer customizer) <T extends B>
TConfigurableMockMvcBuilder.addDispatcherServletCustomizer(DispatcherServletCustomizer customizer) A more advanced that allows customizing anyDispatcherServletproperty.