fun <T> containAll(vararg ts: T): Matcher<NonEmptyList<T>>
fun <T> containAll(ts: List<T>): Matcher<NonEmptyList<T>>