kotest-assertions-core
/
io.kotest.matchers.concurrent
/
shouldTimeout
shouldTimeout
fun
<
A
>
shouldTimeout
(
timeout
:
Long
,
unit
:
TimeUnit
,
thunk
:
(
)
->
A
)
:
Unit