| 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<org.springframework.graphql.ResponseError> errorPredicate)
Use this to declare errors that are expected.
|
GraphQlTester.Errors |
GraphQlTester.Errors.filter(Predicate<org.springframework.graphql.ResponseError> errorPredicate)
Use this to filter out errors that are expected and can be ignored.
|