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

nativeMain.PreparedSuite.native.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha.2
Show newest version
package opensavvy.prepared.runner.kotest

import io.kotest.core.coroutines.coroutineTestScope
import io.kotest.core.spec.style.scopes.ContainerScope
import opensavvy.prepared.suite.TestDsl
import opensavvy.prepared.suite.config.TestConfig
import opensavvy.prepared.suite.runTestDslSuspend
import kotlin.coroutines.CoroutineContext

internal actual suspend fun ContainerScope.executeTest(name: String, context: CoroutineContext, config: TestConfig, block: suspend TestDsl.() -> Unit) {
	coroutineTestScope.runTestDslSuspend(name, context, config, block)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy