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

shouldHaveElementAt

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