Annotation Interface AutoConfigureTestRestTemplate
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
@Deprecated(since="4.2.0",
forRemoval=true)
public @interface AutoConfigureTestRestTemplate
Deprecated, for removal: This API element is subject to removal in a future version.
Annotation that can be applied to a test class to enable auto-configuration of a
TestRestTemplate.- Since:
- 4.0.0
- Author:
- Andy Wilkinson
AutoConfigureRestTestClient