Uses of Class
org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Packages that use DefaultMockMvcBuilder Package Description org.springframework.test.web.servlet.setup Contains built-inMockMvcBuilderimplementations.Uses of DefaultMockMvcBuilder in org.springframework.test.web.servlet.setup
Methods in org.springframework.test.web.servlet.setup that return DefaultMockMvcBuilder Modifier and Type Method Description static DefaultMockMvcBuilderMockMvcBuilders. webAppContextSetup(WebApplicationContext context)Build aMockMvcinstance using the given, fully initialized (i.e., refreshed)WebApplicationContext.