public class GraphQLBooleanAssert extends org.assertj.core.api.AbstractBooleanAssert<GraphQLBooleanAssert> implements GraphQLResponseAssertion
| Constructor and Description |
|---|
GraphQLBooleanAssert(GraphQLResponse graphQLResponse,
java.lang.Boolean actual) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLResponse |
and() |
isEqualTo, isFalse, isNotEqualTo, isTrue, usingComparator, usingComparatorasInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic GraphQLBooleanAssert(GraphQLResponse graphQLResponse, java.lang.Boolean actual)
public GraphQLResponse and()
and in interface GraphQLResponseAssertionGraphQLResponse for which this assertion was created. Allows
chaining fluent assertions.