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>