matcher library
Custom Matcher
s for tests.
Functions
-
toStringMatches<
T> (Object valueOrMatcher) → Matcher -
Returns a
Matcher
that matches if the value is of a specified type and if its Object.toString representation matchesvalueOrMatcher
.