abstract class MockMvcConfigurerAdapter : MockMvcConfigurer
An empty method implementation of MockMvcConfigurer.
Author
Rossen Stoyanchev
Since
4.1
MockMvcConfigurerAdapter()
An empty method implementation of MockMvcConfigurer. |
open fun afterConfigurerAdded(builder: ConfigurableMockMvcBuilder<*>): Unit |
|
open fun beforeMockMvcCreated(builder: ConfigurableMockMvcBuilder<*>, cxt: WebApplicationContext): RequestPostProcessor |