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 TypeInterfaceDescriptioninterfaceGraphQlTesterthat executes requests through anExecutionGraphQlServiceon the server side, without a client.interfaceGraphQL over HTTP tester that usesWebTestClientand supports tests with or without a running server, depending on howWebTestClientis configured.interfaceGraphQL over RSocket tester that usesRSocketRequester.interfaceServer-side tester, without a client, that executes requests through aWebGraphQlHandler.interfaceGraphQL over WebSocket client that usesWebSocketClient.Classes in org.springframework.graphql.test.tester that implement GraphQlTesterModifier and TypeClassDescriptionclassBase class for extensions ofGraphQlTesterthat mainly assist with building the underlying transport, but otherwise delegate to the defaultGraphQlTesterimplementation for actual request execution.Methods in org.springframework.graphql.test.tester that return GraphQlTesterModifier and TypeMethodDescriptionGraphQlTester.Builder.build()Build theGraphQlTester.protected GraphQlTesterAbstractGraphQlTesterBuilder.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