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

shouldHaveElementAt

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