fun <T> NonEmptyList<T>.shouldContainAll(vararg ts: T): Unit
infix fun <T> NonEmptyList<T>.shouldContainAll(ts: List<T>): Unit