kotest-assertions-core
/
io.kotest.matchers.collections
/
shouldHaveUpperBound
shouldHaveUpperBound
infix
fun
<
T
:
Comparable
<
T
>
,
C
:
Collection
<
T
>
>
C
.
shouldHaveUpperBound
(
t
:
T
)
:
Unit