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 an
HttpGraphQlTester
.- Since:
- 4.0.0
- Author:
- Brian Clozel
- See Also: