Uses of Interface
org.springframework.graphql.test.tester.WebGraphQlTester
Packages that use WebGraphQlTester
-
Uses of WebGraphQlTester in org.springframework.graphql.test.tester
Subinterfaces of WebGraphQlTester in org.springframework.graphql.test.testerModifier 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
.Methods in org.springframework.graphql.test.tester that return WebGraphQlTesterModifier and TypeMethodDescriptionWebGraphQlTester.Builder.build()
Build aWebGraphQlTester
instance.static WebGraphQlTester
WebGraphQlTester.create
(WebGraphQlHandler graphQlHandler) Create aWebGraphQlTester
instance.