Function

AndroidComposeUiTestEnvironmentNoSuspendingLambda

AndroidComposeUiTestEnvironmentNoSuspendingLambda

Deprecated

Replaced with same function, but with runTextContext and testTimeout

Source set: Android
@ExperimentalTestApi
fun <A : ComponentActivity> AndroidComposeUiTestEnvironmentNoSuspendingLambda(
    effectContext: CoroutineContext = EmptyCoroutineContext,
    activityProvider: () -> A?,
): AndroidComposeUiTestEnvironment<A>

Last updated: