Class SpringBootRestTestClientBuilderCustomizer

java.lang.Object
org.springframework.boot.resttestclient.autoconfigure.SpringBootRestTestClientBuilderCustomizer
All Implemented Interfaces:
RestTestClientBuilderCustomizer

public class SpringBootRestTestClientBuilderCustomizer extends Object implements RestTestClientBuilderCustomizer
RestTestClientBuilderCustomizer for a typical Spring Boot application. Usually applied automatically via @AutoConfigureRestTestClient, but may also be used directly.
Since:
4.0.0
Author:
Andy Wilkinson