kotest-assertions-arrow
/
io.kotest.assertions.arrow.nel
/
arrow.core.NonEmptyList
/
shouldBeSingleElement
shouldBeSingleElement
infix
fun
<
T
>
NonEmptyList
<
T
>
.
shouldBeSingleElement
(
t
:
T
)
:
Unit