Uses of Interface
org.springframework.graphql.test.tester.GraphQlTester
-
Uses of GraphQlTester in org.springframework.graphql.test.tester
Modifier 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
.Modifier 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.Modifier and TypeMethodDescriptionGraphQlTester.Builder.build()
Build theGraphQlTester
.protected GraphQlTester
AbstractGraphQlTesterBuilder.buildGraphQlTester
(GraphQlTransport transport) Build the default transport-agnostic client that subclasses can then wrap withAbstractDelegatingGraphQlTester
.