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.
since 4.2.0 for removal in 4.4.0 in favor of AutoConfigureRestTestClient
Annotation that can be applied to a test class to enable auto-configuration of a TestRestTemplate.
Since:
4.0.0
Author:
Andy Wilkinson