Annotation Interface AutoConfigureRestTestClient
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureRestTestClient
Annotation that can be applied to a test class to enable a
RestTestClient
.- Since:
- 4.0.0
- Author:
- Stephane Nicoll
- See Also: