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. At the moment, only WebFlux applications are supported.
Since:
2.0.0
Author:
Stephane Nicoll
See Also:
  • Element Details