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

shouldBeLargerThan

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