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

shouldHaveAtMostSize

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