Annotation Interface AutoConfigureTestRestTemplate
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureTestRestTemplate
Annotation that can be applied to a test class to enable auto-configuration of a
TestRestTemplate
.- Since:
- 4.0.0
- Author:
- Andy Wilkinson