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

runComposeUiTestNonSuspendingLambda

runComposeUiTestNonSuspendingLambda

Source set: Android
@Deprecated(
    level = DeprecationLevel.HIDDEN,
    message = "Replaced with same function, but with suspend block, runTextContext, testTimeout",
)
public fun runComposeUiTestNonSuspendingLambda(
    effectContext: CoroutineContext = EmptyCoroutineContext,
    block: ComposeUiTest.() -> Unit,
)