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

shouldStartWith

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