hasItems

fun <T> hasItems(vararg itemMatchers: Matcher<T>): Matcher<Iterable<T>>
fun <T> hasItems(vararg items: T): Matcher<Iterable<T>>