Uses of Interface
org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Packages that use ConfigurableMockMvcBuilder
Package
Description
Contains built-in 
MockMvcBuilder implementations.- 
Uses of ConfigurableMockMvcBuilder in org.springframework.test.web.servlet.setupClasses in org.springframework.test.web.servlet.setup with type parameters of type ConfigurableMockMvcBuilderModifier and TypeInterfaceDescriptioninterfaceConfigurableMockMvcBuilder<B extends ConfigurableMockMvcBuilder<B>>Defines common methods for building aMockMvc.Classes in org.springframework.test.web.servlet.setup that implement ConfigurableMockMvcBuilderModifier and TypeClassDescriptionclassAbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>>Abstract implementation ofMockMvcBuilderwith common methods for configuring filters, default request properties, global expectations and global result actions.classA 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.Methods in org.springframework.test.web.servlet.setup with parameters of type ConfigurableMockMvcBuilderModifier and TypeMethodDescriptiondefault voidMockMvcConfigurer.afterConfigurerAdded(ConfigurableMockMvcBuilder<?> builder) Invoked immediately when thisMockMvcConfigureris added viaapply(org.springframework.test.web.servlet.setup.MockMvcConfigurer).voidMockMvcConfigurerAdapter.afterConfigurerAdded(ConfigurableMockMvcBuilder<?> builder) voidSharedHttpSessionConfigurer.afterConfigurerAdded(ConfigurableMockMvcBuilder<?> builder) default @Nullable RequestPostProcessorMockMvcConfigurer.beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder, WebApplicationContext context) Invoked when the MockMvc instance is about to be created with the MockMvc builder and the Spring WebApplicationContext that will be passed to theDispatcherServlet.MockMvcConfigurerAdapter.beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder, WebApplicationContext cxt) SharedHttpSessionConfigurer.beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder, WebApplicationContext context)