kotest-assertions-core / io.kotest.matchers.collections / kotlin.collections.List / shouldNotStartWith

shouldNotStartWith

infix fun <T> List<T>.shouldNotStartWith(element: T): Unit
infix fun <T> List<T>.shouldNotStartWith(slice: Collection<T>): Unit