Uses of Interface
org.springframework.graphql.test.tester.GraphQlTester.Errors
-
Uses of GraphQlTester.Errors in org.springframework.graphql.test.tester
Modifier and TypeMethodDescriptionGraphQlTester.Response.errors()
Return a spec to filter out or inspect errors.GraphQlTester.Errors.expect
(Predicate<ResponseError> errorPredicate) Use this to declare errors that are expected.GraphQlTester.Errors.filter
(Predicate<ResponseError> errorPredicate) Use this to filter out errors that are expected and can be ignored.