spring-framework / org.springframework.test.web.servlet.setup / MockMvcConfigurerAdapter

MockMvcConfigurerAdapter

abstract class MockMvcConfigurerAdapter : MockMvcConfigurer

An empty method implementation of MockMvcConfigurer.

Author
Rossen Stoyanchev

Since
4.1

Constructors

<init>

MockMvcConfigurerAdapter()

An empty method implementation of MockMvcConfigurer.

Functions

afterConfigurerAdded

open fun afterConfigurerAdded(builder: ConfigurableMockMvcBuilder<*>): Unit

beforeMockMvcCreated

open fun beforeMockMvcCreated(builder: ConfigurableMockMvcBuilder<*>, cxt: WebApplicationContext): RequestPostProcessor