Uses of Interface
org.springframework.graphql.test.tester.WebGraphQlTester
-
Uses of WebGraphQlTester in org.springframework.graphql.test.tester
Modifier and TypeInterfaceDescriptioninterface
GraphQL over HTTP tester that usesWebTestClient
and supports tests with or without a running server, depending on howWebTestClient
is configured.interface
GraphQL over WebSocket client that usesWebSocketClient
.Modifier and TypeMethodDescriptionWebGraphQlTester.Builder.build()
Build aWebGraphQlTester
instance.static WebGraphQlTester
WebGraphQlTester.create
(WebGraphQlHandler graphQlHandler) Create aWebGraphQlTester
instance.