kotest-assertions-core
/
io.kotest.matchers.iterator
/
kotlin.collections.Iterator
Extensions for kotlin.collections.Iterator
shouldBeEmpty
fun
<
T
>
Iterator
<
T
>
.
shouldBeEmpty
(
)
:
Unit
shouldNotBeEmpty
fun
<
T
>
Iterator
<
T
>
.
shouldNotBeEmpty
(
)
:
Unit