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