Uses of Package
org.springframework.graphql.test.tester
Packages that use org.springframework.graphql.test.tester
-
Classes in org.springframework.graphql.test.tester used by org.springframework.graphql.test.testerClassDescriptionAbstract, base class for transport specific
GraphQlTester.Builder
implementations.Default implementation ofRSocketGraphQlTester.Builder
that wraps anRSocketGraphQlClient.Builder
.GraphQlTester
that executes requests through anExecutionGraphQlService
on the server side, without a client.DefaultExecutionGraphQlServiceTester.Builder
implementation.Define a workflow to test GraphQL requests that is independent of the underlying transport.A builder to create aGraphQlTester
instance.Contains a decoded entity and provides options to assert itContains a List of decoded entities and provides options to assert them.Declare options to filter out expected errors or inspect all errors and verify there are no unexpected errors.Options available to assert the response values at the current path.Declare options to gather input for a GraphQL request and execute it.Declare options to check the data and errors of a GraphQL response.Declare options available to assert a GraphQL Subscription response.Declare options to switch to different part of the GraphQL response.GraphQL over HTTP tester that usesWebTestClient
and supports tests with or without a running server, depending on howWebTestClient
is configured.Builder for the GraphQL over HTTP tester.GraphQL over RSocket tester that usesRSocketRequester
.Builder for a GraphQL over RSocket tester.Server-side tester, without a client, that executes requests through aWebGraphQlHandler
.Common builder for WebGraphQlTester
extensions.GraphQL over WebSocket client that usesWebSocketClient
.Builder for a GraphQL over WebSocket tester.