Uses of Class
org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Packages that use AbstractMockMvcBuilder
Package
Description
Contains built-in 
MockMvcBuilder implementations.- 
Uses of AbstractMockMvcBuilder in org.springframework.test.web.servlet.setupClasses in org.springframework.test.web.servlet.setup with type parameters of type AbstractMockMvcBuilderModifier and TypeClassDescriptionclassAbstractMockMvcBuilder<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.setupModifier and TypeClassDescriptionclassA concrete implementation ofAbstractMockMvcBuilderthat provides theWebApplicationContextsupplied to it as a constructor argument.classAMockMvcBuilderthat acceptsRouterFunctionregistrations thus allowing full control over the instantiation and initialization of router functions and their dependencies similar to plain unit tests, and also making it possible to test one function at a time.classAMockMvcBuilderthat 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.