- addHeader(String, String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Add an HTTP header that will be sent with each request this sends.
- assertGraphQLError(GraphQL, String, GraphQLError, GraphQLObjectMapper) - Static method in class com.graphql.spring.boot.test.TestUtils
-
- assertNoGraphQLErrors(GraphQL, String) - Static method in class com.graphql.spring.boot.test.TestUtils
-
- assertNoGraphQLErrors(GraphQL, Map<String, Object>, Object, String) - Static method in class com.graphql.spring.boot.test.TestUtils
-
- awaitAndGetAllResponses(int) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
Waits a specified amount time and returns all responses received during that time.
- awaitAndGetAllResponses(int, boolean) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
Waits a specified amount time and returns all responses received during that time.
- awaitAndGetNextResponse(int) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
Awaits and returns the next response received from the subscription.
- awaitAndGetNextResponse(int, boolean) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
Awaits and returns the next response received from the subscription.
- awaitAndGetNextResponses(int, int) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
Awaits and returns the specified number of responses.
- awaitAndGetNextResponses(int, int, boolean) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
Awaits and returns the specified number of responses.