Annotation Interface AutoConfigureHttpGraphQlTester


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited @AutoConfigureMockMvc @AutoConfigureWebTestClient @ImportAutoConfiguration public @interface AutoConfigureHttpGraphQlTester
Annotation that can be applied to a test class to enable a HttpGraphQlTester.

This annotation should be used with @SpringBootTest tests with Spring MVC or Spring WebFlux mock infrastructures.

Since:
2.7.0
See Also: