Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Method and Description |
---|---|
HttpGraphQlTester |
HttpGraphQlTester.Builder.build()
Build the
HttpGraphQlTester instance. |
static HttpGraphQlTester |
HttpGraphQlTester.create(WebTestClient webTestClient)
Create an
HttpGraphQlTester that uses the given WebTestClient . |