kotest-assertions-core / io.kotest.matchers.sequences / kotlin.sequences.Sequence / shouldNotHaveCount

shouldNotHaveCount

infix fun <T> Sequence<T>.shouldNotHaveCount(count: Int): Unit