AndroidComposeUiTestEnvironmentNoSuspendingLambda

Function

Android

Deprecated Replaced with same function, but with runTextContext and testTimeout

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