Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
multiplatform-test-utils
/
dev.limebeck.libs.testUtils
/
awaitAssertWithDelay
await
Assert
With
Delay
suspend
fun
awaitAssertWithDelay
(
timeoutMillis
:
Long
=
500
,
delayMillis
:
Long
=
100
,
assertion
:
(
)
->
Unit
)