runTest

fun <T> CoroutineTest.runTest(timeout: Duration? = defaultTimeout, setup: suspend TestScope.() -> T, testBody: suspend TestScope.(T) -> Unit): TestResult
fun CoroutineTest.runTest(timeout: Duration? = defaultTimeout, testBody: suspend TestScope.() -> Unit): TestResult