Uses of Class
uk.org.webcompere.modelassert.json.condition.MatchesTextCondition
Packages that use MatchesTextCondition
-
Uses of MatchesTextCondition in uk.org.webcompere.modelassert.json.condition
Methods in uk.org.webcompere.modelassert.json.condition that return MatchesTextConditionModifier and TypeMethodDescriptionstatic MatchesTextConditionMatchesTextCondition.textContains(String contains) Build a text contains conditionstatic MatchesTextConditionMatchesTextCondition.textMatches(Pattern pattern) Build a matcher conditionstatic MatchesTextConditionMatchesTextCondition.textStartsWith(String substring) Build a text starts with condition