GraphQL client testing support.
-
Define a workflow to test GraphQL requests that is independent of the
underlying transport.
Contains a decoded entity and provides options to assert it.
Contains 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 uses
WebTestClient
and supports tests
with or without a running server, depending on how
WebTestClient
is
configured.
Builder for the GraphQL over HTTP tester.
Builder for a GraphQL over RSocket tester.
Server-side tester, without a client, that executes requests through a
WebGraphQlHandler
.
Common builder for Web GraphQlTester
extensions.
Builder for a GraphQL over WebSocket tester.