Uses of Interface
org.springframework.graphql.test.tester.GraphQlTester
Packages that use GraphQlTester
-
Uses of GraphQlTester in org.springframework.graphql.test.tester
Subinterfaces of GraphQlTester in org.springframework.graphql.test.testerModifier and TypeInterfaceDescriptioninterface
GraphQlTester
that executes requests through anExecutionGraphQlService
on the server side, without a client.interface
GraphQL over HTTP tester that usesWebTestClient
and supports tests with or without a running server, depending on howWebTestClient
is configured.interface
GraphQL over RSocket tester that usesRSocketRequester
.interface
Server-side tester, without a client, that executes requests through aWebGraphQlHandler
.interface
GraphQL over WebSocket client that usesWebSocketClient
.Classes in org.springframework.graphql.test.tester that implement GraphQlTesterModifier and TypeClassDescriptionclass
Base class for extensions ofGraphQlTester
that mainly assist with building the underlying transport, but otherwise delegate to the defaultGraphQlTester
implementation for actual request execution.Methods in org.springframework.graphql.test.tester that return GraphQlTesterModifier and TypeMethodDescriptionGraphQlTester.Builder.build()
Build theGraphQlTester
.protected GraphQlTester
AbstractGraphQlTesterBuilder.buildGraphQlTester
(GraphQlTransport transport) Build the default transport-agnostic client that subclasses can then wrap withAbstractDelegatingGraphQlTester
.Constructors in org.springframework.graphql.test.tester with parameters of type GraphQlTester