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

commonMain.com.zegreatrob.testmints.async.Verify.kt Maven / Gradle / Ivy

There is a newer version: 12.1.40
Show newest version
package com.zegreatrob.testmints.async

import kotlinx.coroutines.Deferred

class Verify(val timeoutMs: Long, private val runTestAsync: (suspend C.(R) -> Unit) -> Deferred) {
    infix fun teardown(function: suspend C.(R?) -> Unit) = finalTransform(timeoutMs) { runTestAsync(function) }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy