Package | Description |
---|---|
org.springframework.test.web.servlet |
Contains server-side support for testing Spring MVC applications.
|
Modifier and Type | Method and Description |
---|---|
DispatcherServlet |
MockMvc.getDispatcherServlet()
Return the underlying
DispatcherServlet instance that this
MockMvc was initialized with. |
Modifier and Type | Method and Description |
---|---|
void |
DispatcherServletCustomizer.customize(DispatcherServlet dispatcherServlet)
Customize the supplied
DispatcherServlet before it is
initialized. |