Skip navigation links
Spring GraphQL
A B C D E F G H I J M O P Q R S T V W 

V

valueDoesNotExist() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.PathSpec
Assert a value does not exist at the given path.
valueExists() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.PathSpec
Assert a value exists at the given path where the value is any non-null value, possibly an empty array or map.
valueIsEmpty() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.PathSpec
Assert the value at the given path does not exist or is empty as defined in ObjectUtils.isEmpty(Object).
valueIsNotEmpty() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.PathSpec
Assert the value at the given path is not GraphQlTester.PathSpec.valueIsEmpty().
valueOf(String) - Static method in enum org.springframework.graphql.execution.ErrorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.graphql.execution.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
variable(String, Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.RequestSpec
Add a variable.
verify() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ErrorSpec
Verify there are either no errors or that there no unexpected errors that have not been filtered out.
A B C D E F G H I J M O P Q R S T V W 
Skip navigation links
Spring GraphQL