containsAll

fun <T, R : Iterable<T>> MokkeryMatcherScope.containsAll(predicate: (T) -> Boolean): R(source)

Matches an Iterable with all elements matching predicate