Class ArrayNodes<A>
java.lang.Object
uk.org.webcompere.modelassert.json.dsl.SubsetDsl<A>
uk.org.webcompere.modelassert.json.dsl.nodespecific.ArrayNodes<A>
- Type Parameters:
A- the type of assertion
- All Implemented Interfaces:
ArrayNodeDsl<A>,Sizeable<A>,Satisfies<A>
Reduce the DSL down to just Aarrays
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uk.org.webcompere.modelassert.json.dsl.nodespecific.ArrayNodeDsl
isArray, isArrayContaining, isArrayContaining, isArrayContainingExactly, isArrayContainingExactly, isArrayContainingExactlyInAnyOrder, isArrayContainingExactlyInAnyOrder, isNotArray, satisfiesArrayCondition
-
Constructor Details
-
ArrayNodes
-