@AutoConfiguration(after={WebTestClientAutoConfiguration.class,MockMvcAutoConfiguration.class})
@ConditionalOnClass(value={org.springframework.web.reactive.function.client.WebClient.class,org.springframework.test.web.reactive.server.WebTestClient.class,org.springframework.graphql.test.tester.WebGraphQlTester.class})
public class HttpGraphQlTesterAutoConfiguration
extends java.lang.Object
HttpGraphQlTester.| Constructor and Description |
|---|
HttpGraphQlTesterAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.graphql.test.tester.HttpGraphQlTester |
webTestClientGraphQlTester(org.springframework.test.web.reactive.server.WebTestClient webTestClient,
org.springframework.boot.autoconfigure.graphql.GraphQlProperties properties) |
@Bean
@ConditionalOnBean(value=org.springframework.test.web.reactive.server.WebTestClient.class)
@ConditionalOnMissingBean
public org.springframework.graphql.test.tester.HttpGraphQlTester webTestClientGraphQlTester(org.springframework.test.web.reactive.server.WebTestClient webTestClient,
org.springframework.boot.autoconfigure.graphql.GraphQlProperties properties)