- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLBigDecimalAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLBigIntegerAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLBooleanAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLByteAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLErrorListAssertion
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLGenericObjectAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLIntegerAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLListAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLLongAssert
-
- and() - Method in interface com.graphql.spring.boot.test.assertions.GraphQLResponseAssertion
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLShortAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.GraphQLStringAssert
-
- and() - Method in class com.graphql.spring.boot.test.assertions.NumberOfErrorsAssertion
-
- as(Class<T>) - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as an instance of the specified class.
- as(JavaType) - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as an instance of the specified type.
- asBigDecimal() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as BigDecimal.
- asBigInteger() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as BigInteger.
- asBoolean() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as Boolean.
- asByte() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as Byte.
- asInteger() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as Integer.
- asList(JavaType) - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as an instance of the specified list type.
- asListOf(Class<T>) - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as list of objects.
- asLong() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as Long.
- 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
-
- assertThatDataField() - Method in class com.graphql.spring.boot.test.GraphQLResponse
-
Returns an assertion for the root "data" field.
- assertThatErrorsField() - Method in class com.graphql.spring.boot.test.GraphQLResponse
-
Returns an assertion for the root "errors" field.
- assertThatExtensionsField() - Method in class com.graphql.spring.boot.test.GraphQLResponse
-
Returns an assertion for the root "extensions" field.
- assertThatField(String) - Method in class com.graphql.spring.boot.test.GraphQLResponse
-
Returns an assertion for the given field(s).
- assertThatJsonContent() - Method in class com.graphql.spring.boot.test.GraphQLResponse
-
Returns an assertion for the JSON content of the response.
- assertThatListOfErrors() - Method in class com.graphql.spring.boot.test.GraphQLResponse
-
Returns an assertion for the list of errors in the response.
- assertThatNoErrorsArePresent() - Method in class com.graphql.spring.boot.test.GraphQLResponse
-
Asserts that no errors are present in the response.
- assertThatNumberOfErrors() - Method in class com.graphql.spring.boot.test.GraphQLResponse
-
Returns an assertion for the number of errors in the response.
- asShort() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as Short.
- asString() - Method in class com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
-
Returns an assertion for the content of the field as String.
- awaitAndGetAllResponses(int) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
- awaitAndGetAllResponses(Duration) - 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
-
- awaitAndGetAllResponses(Duration, 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
-
- awaitAndGetNextResponse(Duration) - 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
-
- awaitAndGetNextResponse(Duration, 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
-
- awaitAndGetNextResponses(Duration, 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
-
- awaitAndGetNextResponses(Duration, int, boolean) - Method in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
Awaits and returns the specified number of responses.
- PAYLOAD - Static variable in class com.graphql.spring.boot.test.GraphQLTestSubscription
-
- perform(String, ObjectNode) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- perform(String, String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- perform(String, String, ObjectNode) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- perform(String, ObjectNode, List<String>) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- perform(String, String, ObjectNode, List<String>) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Loads a GraphQL query or mutation from the given classpath resource and sends it to the GraphQL
server.
- post(String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Performs a GraphQL request with the provided payload.
- postFiles(String, ObjectNode, List<ClassPathResource>) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Handle the multipart files upload request to GraphQL servlet
- postFiles(String, ObjectNode, List<ClassPathResource>, IntFunction<String>) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Handle the multipart files upload request to GraphQL servlet
- postForResource(String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Loads a GraphQL query or mutation 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 or mutation from the given classpath resource, appending any graphql
fragment resources provided and sends it to the GraphQL server.
- postForString(String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Performs a GraphQL request using the provided GraphQL query string.
- postForString(String, String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Performs a GraphQL request using the provided GraphQL query string and operation name.
- postForString(String, Map<String, ?>) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Performs a GraphQL request using the provided GraphQL query string and variables.
- postForString(String, String, Map<String, ?>) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Performs a GraphQL request using the provided GraphQL query string, operation name, and
variables.
- postForString(String, ObjectNode) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Performs a GraphQL request using the provided GraphQL query string and variables.
- postForString(String, String, ObjectNode) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-
Performs a GraphQL request using the provided GraphQL query string, operation name, and
variables.
- postMultipart(String, String) - Method in class com.graphql.spring.boot.test.GraphQLTestTemplate
-