Interface BooleanNodeDsl<A>
- Type Parameters:
A- the overall type of the assertion
- All Superinterfaces:
Satisfies<A>
- All Known Subinterfaces:
JsonNodeAssertDsl<A>
- All Known Implementing Classes:
AssertJson,BooleanNodes,ConditionList,CoreJsonAssertion,HamcrestJsonAssertion,HamcrestJsonAssertionBuilder,JsonAssertDslBuilders.At,PathDsl
Assertions for Boolean nodes
-
Method Summary
-
Method Details
-
isTrue
Assert that the node is boolean true- Returns:
- the assertion for fluent assertions, with this condition added
-
isFalse
Assert that the node is boolean false- Returns:
- the assertion for fluent assertions, with this condition added
-
isBoolean
Assert that the node is boolean- Returns:
- the assertion for fluent assertions, with this condition added
-
isNotBoolean
Assert that the node is not boolean- Returns:
- the assertion for fluent assertions, with this condition added
-