Package dev.joss.jason.assertions
Class JsonBooleanAssert
- java.lang.Object
-
- org.assertj.core.api.AbstractAssert<SELF,java.lang.Boolean>
-
- org.assertj.core.api.AbstractBooleanAssert<JsonBooleanAssert>
-
- dev.joss.jason.assertions.JsonBooleanAssert
-
- All Implemented Interfaces:
JsonTypeAssert,org.assertj.core.api.Assert<JsonBooleanAssert,java.lang.Boolean>,org.assertj.core.api.Descriptable<JsonBooleanAssert>,org.assertj.core.api.ExtensionPoints<JsonBooleanAssert,java.lang.Boolean>
public class JsonBooleanAssert extends org.assertj.core.api.AbstractBooleanAssert<JsonBooleanAssert> implements JsonTypeAssert
-
-
Constructor Summary
Constructors Constructor Description JsonBooleanAssert(JasonAssert parentAssert, java.lang.Boolean actualValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonArrayAssertarrayAtPath(java.lang.String jsonPath)JsonBooleanAssertbooleanAtPath(java.lang.String jsonPath)JsonNumericAssertnumberAtPath(java.lang.String jsonPath)JsonObjectAssertobjectAtPath(java.lang.String jsonPath)JsonStringAssertstringAtPath(java.lang.String jsonPath)-
Methods inherited from class org.assertj.core.api.AbstractBooleanAssert
isEqualTo, isFalse, isNotEqualTo, isTrue, usingComparator, usingComparator
-
Methods inherited from class org.assertj.core.api.AbstractAssert
areEqual, asInstanceOf, 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, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError
-
-
-
-
Constructor Detail
-
JsonBooleanAssert
public JsonBooleanAssert(JasonAssert parentAssert, java.lang.Boolean actualValue)
-
-
Method Detail
-
stringAtPath
public JsonStringAssert stringAtPath(java.lang.String jsonPath)
- Specified by:
stringAtPathin interfaceJsonTypeAssert
-
numberAtPath
public JsonNumericAssert numberAtPath(java.lang.String jsonPath)
- Specified by:
numberAtPathin interfaceJsonTypeAssert
-
booleanAtPath
public JsonBooleanAssert booleanAtPath(java.lang.String jsonPath)
- Specified by:
booleanAtPathin interfaceJsonTypeAssert
-
objectAtPath
public JsonObjectAssert objectAtPath(java.lang.String jsonPath)
- Specified by:
objectAtPathin interfaceJsonTypeAssert
-
arrayAtPath
public JsonArrayAssert arrayAtPath(java.lang.String jsonPath)
- Specified by:
arrayAtPathin interfaceJsonTypeAssert
-
-