---
title: "runComposeUiTestNonSuspendingLambda"
description: ""
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


> **Deprecated** Replaced with same function, but with suspend block, runTextContext, testTimeout

```kotlin
@ExperimentalTestApi
fun runComposeUiTestNonSuspendingLambda(
    effectContext: CoroutineContext = EmptyCoroutineContext,
    block: ComposeUiTest.() -> Unit,
)
```


