
commonMain.com.zegreatrob.testmints.async.Verify.kt Maven / Gradle / Ivy
package com.zegreatrob.testmints.async
import kotlinx.coroutines.Deferred
class Verify(private val runTestAsync: (suspend C.(R) -> Unit) -> Deferred) {
infix fun teardown(function: suspend C.(R) -> Unit) = finalTransform { runTestAsync(function) }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy