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

shouldHaveAtLeastSize

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