Example usage for org.springframework.boot.test.autoconfigure.web.servlet MockMvcBuilderCustomizer interface-usage

List of usage examples for org.springframework.boot.test.autoconfigure.web.servlet MockMvcBuilderCustomizer interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.test.autoconfigure.web.servlet MockMvcBuilderCustomizer interface-usage.

Usage

From source file org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer.java

/**
 * {@link MockMvcBuilderCustomizer} for a typical Spring Boot application. Usually applied
 * automatically via {@link AutoConfigureMockMvc @AutoConfigureMockMvc}, but may also be
 * used directly.
 *
 * @author Phillip Webb