Uses of Interface
org.springframework.graphql.test.tester.GraphQlTester.Path
Packages that use GraphQlTester.Path
-
Uses of GraphQlTester.Path in org.springframework.graphql.test.tester
Methods in org.springframework.graphql.test.tester that return GraphQlTester.PathModifier 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.Method parameters in org.springframework.graphql.test.tester with type arguments of type GraphQlTester.PathModifier 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.