kotest-assertions-core / io.kotest.matchers.collections / kotlin.collections.Collection / shouldContainExactly

shouldContainExactly

fun <T> Collection<T>?.shouldContainExactly(vararg expected: T): Unit