kotest-assertions-core / io.kotest.matchers.collections / shouldNotContainExactly

shouldNotContainExactly

infix fun <T, C : Collection<T>> C?.shouldNotContainExactly(expected: C): Unit