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

shouldNotHaveSingleElement

infix fun <T> Collection<T>.shouldNotHaveSingleElement(t: T): Unit