Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Method and Description |
---|---|
GraphQlTester.Path |
GraphQlTester.Path.hasValue()
Verify there is a
non-null value or a non-empty list at the current path. |
GraphQlTester.Path |
GraphQlTester.Traversable.path(String path)
Switch to a path under the "data" section of the GraphQL response.
|
GraphQlTester.Path |
GraphQlTester.Path.pathDoesNotExist()
Verify the current path does not exist.
|
GraphQlTester.Path |
GraphQlTester.Path.valueIsNull()
Verify there is a
null value at the current path. |