@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 WebGraphQlTesterAutoConfiguration
extends java.lang.Object
WebGraphQlTester.| Constructor and Description |
|---|
WebGraphQlTesterAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.graphql.test.tester.WebGraphQlTester |
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.WebGraphQlTester webTestClientGraphQlTester(org.springframework.test.web.reactive.server.WebTestClient webTestClient,
org.springframework.boot.autoconfigure.graphql.GraphQlProperties properties)