Package | Description |
---|---|
org.springframework.test.web.servlet.setup |
Contains built-in
MockMvcBuilder implementations. |
Modifier and Type | Method and Description |
---|---|
static DefaultMockMvcBuilder |
MockMvcBuilders.webAppContextSetup(WebApplicationContext context)
Build a
MockMvc instance using the given, fully initialized
(i.e., refreshed) WebApplicationContext . |