static Matchers
Static class to create "Matcher" objects.
Methods
any() => matcher.Any
Creates a matcher that matches anything.
return matcher.AnyThe Any matcher.
isA(Function | String expectedType) => matcher.IsA
Creates a matcher that matches by type.
|
|
Type to be checked. |
||
return matcher.IsAThe IsA matcher.