Skip navigation links
A C G I O P R S T W 

A

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.

C

clearHeaders() - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
Clear all associated HTTP headers.
com.graphql.spring.boot.test - package com.graphql.spring.boot.test
 
context() - Method in class com.graphql.spring.boot.test.GraphQLResponse
 

G

get(String) - Method in class com.graphql.spring.boot.test.GraphQLResponse
 
get(String, Class<T>) - Method in class com.graphql.spring.boot.test.GraphQLResponse
 
getList(String, Class<T>) - Method in class com.graphql.spring.boot.test.GraphQLResponse
 
getRawResponse() - Method in class com.graphql.spring.boot.test.GraphQLResponse
 
getRemainingResponses() - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Returns the remaining responses that were not returned so far.
getStatusCode() - Method in class com.graphql.spring.boot.test.GraphQLResponse
 
GraphQLResponse - Class in com.graphql.spring.boot.test
 
GraphQLResponse(ResponseEntity<String>, ObjectMapper) - Constructor for class com.graphql.spring.boot.test.GraphQLResponse
 
GraphQLTestSubscription - Class in com.graphql.spring.boot.test
Helper object to test GraphQL subscriptions.
GraphQLTestSubscription() - Constructor for class com.graphql.spring.boot.test.GraphQLTestSubscription
 
GraphQLTestSubscription.TestWebSocketClient - Class in com.graphql.spring.boot.test
 
GraphQLTestTemplate - Class in com.graphql.spring.boot.test
 
GraphQLTestTemplate() - Constructor for class com.graphql.spring.boot.test.GraphQLTestTemplate
 

I

init() - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Sends the "connection_init" message to the GraphQL server without a payload.
init(Object) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Sends the "connection_init" message to the GraphQL server.
isOk() - Method in class com.graphql.spring.boot.test.GraphQLResponse
 

O

onOpen(Session, EndpointConfig) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription.TestWebSocketClient
 

P

perform(String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
perform(String, ObjectNode) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
 
perform(String, ObjectNode, List<String>) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
 
postForResource(String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
Loads a GraphQL query from the given classpath resource and sends it to the GraphQL server.
postForResource(String, List<String>) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
Loads a GraphQL query from the given classpath resource, appending any graphql fragment resources provided and sends it to the GraphQL server.
postMultipart(String, String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
 

R

readTree() - Method in class com.graphql.spring.boot.test.GraphQLResponse
 
reset() - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Stops (if needed) and resets this instance.

S

setHeaders(HttpHeaders) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
Replace any associated HTTP headers with the provided headers.
start(String) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Sends the "start" message to the GraphQL server.
start(String, Object) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Sends the "start" message to the GraphQL Subscription.
stop() - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Sends the "stop" message to the server.

T

TestUtils - Class in com.graphql.spring.boot.test
 
TestUtils() - Constructor for class com.graphql.spring.boot.test.TestUtils
 
TestWebSocketClient() - Constructor for class com.graphql.spring.boot.test.GraphQLTestSubscription.TestWebSocketClient
 

W

waitAndExpectNoResponse(int, boolean) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Waits a specified amount of time and asserts that no responses were received during that time.
waitAndExpectNoResponse(int) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
Waits a specified amount of time and asserts that no responses were received during that time.
A C G I O P R S T W 
Skip navigation links