Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Method and Description |
---|---|
GraphQlTester.Errors |
GraphQlTester.Response.errors()
Return a spec to filter out or inspect errors.
|
GraphQlTester.Errors |
GraphQlTester.Errors.expect(Predicate<ResponseError> errorPredicate)
Use this to declare errors that are expected.
|
GraphQlTester.Errors |
GraphQlTester.Errors.filter(Predicate<ResponseError> errorPredicate)
Use this to filter out errors that are expected and can be ignored.
|