Uses of Class
org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Packages that use AbstractMockMvcBuilder Package Description org.springframework.test.web.servlet.setup Contains built-inMockMvcBuilderimplementations.Uses of AbstractMockMvcBuilder in org.springframework.test.web.servlet.setup
Classes in org.springframework.test.web.servlet.setup with type parameters of type AbstractMockMvcBuilder Modifier and Type Class Description classAbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>>Abstract implementation ofMockMvcBuilderwith common methods for configuring filters, default request properties, global expectations and global result actions.Subclasses of AbstractMockMvcBuilder in org.springframework.test.web.servlet.setup Modifier and Type Class Description classDefaultMockMvcBuilderA concrete implementation ofAbstractMockMvcBuilderthat provides theWebApplicationContextsupplied to it as a constructor argument.classStandaloneMockMvcBuilderAMockMvcBuilderthat accepts@Controllerregistrations thus allowing full control over the instantiation and initialization of controllers and their dependencies similar to plain unit tests, and also making it possible to test one controller at a time.