hasLength function
Returns a matcher that matches if an object has a length property
that matches matcher
.
Implementation
Matcher hasLength(matcher) => new _HasLength(wrapMatcher(matcher));
Returns a matcher that matches if an object has a length property
that matches matcher
.
Matcher hasLength(matcher) => new _HasLength(wrapMatcher(matcher));