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

shouldNotHaveElementAt

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