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,
)