Function

runComposeUiTestNonSuspendingLambda

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
Deprecated Replaced with same function, but with suspend block, runTextContext, testTimeout

runComposeUiTestNonSuspendingLambda

@ExperimentalTestApi
fun runComposeUiTestNonSuspendingLambda(
    effectContext: CoroutineContext = EmptyCoroutineContext,
    block: ComposeUiTest.() -> Unit,
)