JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.graphql.spring.boot.test.assertions
Interface GraphQLResponseAssertion
All Known Implementing Classes:
GraphQLBigDecimalAssert
,
GraphQLBigIntegerAssert
,
GraphQLBooleanAssert
,
GraphQLByteAssert
,
GraphQLErrorListAssertion
,
GraphQLFieldAssert
,
GraphQLGenericObjectAssert
,
GraphQLIntegerAssert
,
GraphQLListAssert
,
GraphQLLongAssert
,
GraphQLShortAssert
,
GraphQLStringAssert
,
NumberOfErrorsAssertion
public interface
GraphQLResponseAssertion
Common interface for GraphQL assertions. The main purpose of this interface is to allow chaining fluent assertions for a
GraphQLResponse
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
GraphQLResponse
and
()
Method Detail
and
GraphQLResponse
and()
Returns:
the instance of
GraphQLResponse
for which this assertion was created. Allows chaining fluent assertions.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method