runComposeUiTestNonSuspendingLambda

Function
Android
Deprecated Replaced with same function, but with suspend block, runTextContext, testTimeout
@ExperimentalTestApi
fun runComposeUiTestNonSuspendingLambda(
    effectContext: CoroutineContext = EmptyCoroutineContext,
    block: ComposeUiTest.() -> Unit,
)