🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

AndroidComposeUiTestEnvironmentNoSuspendingLambda

AndroidComposeUiTestEnvironmentNoSuspendingLambda

Source set: Android
@Deprecated(
    level = DeprecationLevel.HIDDEN,
    message = "Replaced with same function, but with runTextContext and testTimeout",
)
public fun <A : ComponentActivity> AndroidComposeUiTestEnvironmentNoSuspendingLambda(
    effectContext: CoroutineContext = EmptyCoroutineContext,
    activityProvider: () -> A?,
): AndroidComposeUiTestEnvironment<A>