Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphQlTester.EntitySpec<D,S extends GraphQlTester.EntitySpec<D,S>>
Declare options available to assert data converted to an entity.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphQlTester.ListEntitySpec<E>
Extension of
GraphQlTester.EntitySpec with options available to assert data converted to
a List of entities. |
Modifier and Type | Method and Description |
---|---|
<D> GraphQlTester.EntitySpec<D,?> |
GraphQlTester.PathSpec.entity(Class<D> entityType)
Convert the data at the given path to the target type.
|
<D> GraphQlTester.EntitySpec<D,?> |
GraphQlTester.PathSpec.entity(ParameterizedTypeReference<D> entityType)
Convert the data at the given path to the target type.
|