Annotation Interface AutoConfigureWebTestClient


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping("spring.test.webtestclient") public @interface AutoConfigureWebTestClient
Annotation that can be applied to a test class to enable a WebTestClient.
Since:
4.0.0
Author:
Stephane Nicoll
See Also:
  • Element Details