Uses of Interface
org.springframework.graphql.test.tester.GraphQlTester.Path
-
Uses of GraphQlTester.Path in org.springframework.graphql.test.tester
Modifier and TypeMethodDescriptionGraphQlTester.Path.hasValue()
Verify there is anon-null
value or a non-empty list at the current path.Navigate to a path under the "data" section of the GraphQL response.GraphQlTester.Traversable.path
(String path, Consumer<GraphQlTester.Path> pathConsumer) Variant ofGraphQlTester.Traversable.path(String)
with a callback that allows inspecting multiple paths under the given path.GraphQlTester.Path.pathDoesNotExist()
Verify the current path does not exist.GraphQlTester.Path.valueIsNull()
Verify there is anull
value at the current path.Modifier and TypeMethodDescriptionGraphQlTester.Traversable.path
(String path, Consumer<GraphQlTester.Path> pathConsumer) Variant ofGraphQlTester.Traversable.path(String)
with a callback that allows inspecting multiple paths under the given path.