fun <T> Array<T>.shouldNotContainAll(vararg ts: T): Unit
infix fun <T> Array<T>.shouldNotContainAll(ts: Collection<T>): Unit