Uses of Class
org.assertj.core.error.MatcherShouldMatch
-
Packages that use MatcherShouldMatch Package Description org.assertj.core.error -
-
Uses of MatcherShouldMatch in org.assertj.core.error
Methods in org.assertj.core.error that return MatcherShouldMatch Modifier and Type Method Description static MatcherShouldMatch
MatcherShouldMatch. shouldMatch(java.util.regex.Matcher matcher)
Indicates that the providedMatcher
should match.
-