hasLength function

Matcher hasLength (dynamic matcher)

Returns a matcher that matches if an object has a length property that matches matcher.

Implementation

Matcher hasLength(matcher) => new _HasLength(wrapMatcher(matcher));