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

shouldNotHaveElementAt

fun <T> List<T>.shouldNotHaveElementAt(index: Int, element: T): Unit