kotest-assertions-core
/
io.kotest.matchers.collections
/
haveElementAt
haveElementAt
fun
<
T
,
L
:
List
<
T
>
>
haveElementAt
(
index
:
Int
,
element
:
T
)
:
Matcher
<
L
>