Class TextNodes<A>
java.lang.Object
uk.org.webcompere.modelassert.json.dsl.SubsetDsl<A>
uk.org.webcompere.modelassert.json.dsl.nodespecific.TextNodes<A>
- Type Parameters:
A- the type of assertion
- All Implemented Interfaces:
Sizeable<A>,TextNodeDsl<A>,Satisfies<A>
Reduce the DSL down to just string nodes
-
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.Satisfies
satisfies, satisfiesMethods inherited from interface uk.org.webcompere.modelassert.json.dsl.nodespecific.Sizeable
hasSize, isEmpty, sizeMethods inherited from interface uk.org.webcompere.modelassert.json.dsl.nodespecific.TextNodeDsl
isEmptyText, isNotEmptyText, isNotText, isNotText, isText, isText, matches, matches, satisfiesTextCondition, textContains, textDoesNotContain, textDoesNotStartWith, textMatches, textStartsWith
-
Constructor Details
-
TextNodes
-