Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpGraphQlTester
GraphQL over HTTP tester that uses
WebTestClient and supports tests
with or without a running server, depending on how WebTestClient is
configured. |
interface |
WebSocketGraphQlTester
GraphQL over WebSocket client that uses
WebSocketClient . |
Modifier and Type | Method and Description |
---|---|
WebGraphQlTester |
WebGraphQlTester.Builder.build()
Build a
WebGraphQlTester instance. |
static WebGraphQlTester |
WebGraphQlTester.create(WebGraphQlHandler graphQlHandler)
Create a
WebGraphQlTester instance. |