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

shouldBeSameSizeAs

infix fun <T, U> Array<T>.shouldBeSameSizeAs(other: Collection<U>): Unit
infix fun <T, U> Array<T>.shouldBeSameSizeAs(other: Array<U>): Unit