Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphQlTester.Entity<D,S extends GraphQlTester.Entity<D,S>>
Contains a decoded entity and provides options to assert it
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphQlTester.EntityList<E>
Contains a List of decoded entities and provides options to assert them.
|
Modifier and Type | Method and Description |
---|---|
<D> GraphQlTester.Entity<D,?> |
GraphQlTester.Path.entity(Class<D> entityType)
Convert the data at the given path to the target type.
|
<D> GraphQlTester.Entity<D,?> |
GraphQlTester.Path.entity(ParameterizedTypeReference<D> entityType)
Convert the data at the given path to the target type.
|