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

shouldBeSmallerThan

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