compose
Toggle table of contents
1.8.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
compose
compose
/
de.mannodermaus.junit5.compose
/
ComposeContext
/
waitUntil
wait
Until
abstract
fun
waitUntil
(
timeoutMillis
:
Long
,
condition
:
(
)
->
Boolean
)
abstract
fun
waitUntil
(
conditionDescription
:
String
,
timeoutMillis
:
Long
,
condition
:
(
)
->
Boolean
)