Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Method and Description |
---|---|
WebGraphQlTester |
WebGraphQlTester.Builder.build()
Build the
WebGraphQlTester . |
static WebGraphQlTester |
WebGraphQlTester.create(WebGraphQlHandler handler)
Create a
WebGraphQlTester that performs GraphQL requests through
the given WebGraphQlHandler . |
static WebGraphQlTester |
WebGraphQlTester.create(WebTestClient client)
Create a
WebGraphQlTester that performs GraphQL requests as an
HTTP client through the given WebTestClient . |