Class GraphQLFieldAssert

java.lang.Object
com.graphql.spring.boot.test.assertions.GraphQLFieldAssert
All Implemented Interfaces:
GraphQLResponseAssertion

public class GraphQLFieldAssert extends Object implements GraphQLResponseAssertion
Provides fluent assertions for a field (specified by a json path) of the GraphQL response.
  • Field Details

    • EXPECTED_FIELD_S_TO_BE_PRESENT

      public static final String EXPECTED_FIELD_S_TO_BE_PRESENT
      See Also:
    • EXPECTED_THAT_CONTENT_OF_FIELD_S_CAN_BE_CONVERTED_TO_S

      public static final String EXPECTED_THAT_CONTENT_OF_FIELD_S_CAN_BE_CONVERTED_TO_S
      See Also:
  • Constructor Details

    • GraphQLFieldAssert

      public GraphQLFieldAssert()
  • Method Details