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