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

shouldHaveAtLeastSize

infix fun <T> Array<T>.shouldHaveAtLeastSize(n: Int): Unit