Function

AndroidComposeUiTestEnvironmentNoSuspendingLambda

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

Deprecated

Replaced with same function, but with runTextContext and testTimeout

Source set: Android

Added in 1.11.0-rc01

Deprecated in 1.11.0-rc01

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