58596061626364
} //Matchers public static CollectionMatcher collectionWithSize(Matcher<? super Integer> sizeMatcher) { return new IsCollectionWithSize(sizeMatcher); }