All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmTest.Utils.kt Maven / Gradle / Ivy

import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.ExperimentalCoroutinesApi

actual val context: Any? = null

@OptIn(ExperimentalCoroutinesApi::class)
actual fun runTest(test: suspend CoroutineScope.() -> Unit) = kotlinx.coroutines.test.runTest(testBody = test)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy