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

shouldNotContainExactly

@JvmName("shouldNotContainExactly_array") infix fun <T> Array<T>?.shouldNotContainExactly(expected: Array<T>): Unit