abstract class MockMvcBuilderSupport
Base class for MockMvc builder implementations, providing the capability to create a MockMvc instance.
org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder, which derives from this class, provides a concrete build method, and delegates to abstract methods to obtain a WebApplicationContext.
Author
Rossen Stoyanchev
Author
Rob Winch
Author
Stephane Nicoll
Since
3.2
MockMvcBuilderSupport()
Base class for MockMvc builder implementations, providing the capability to create a MockMvc instance. org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder, which derives from this class, provides a concrete |