commonMain.com.zegreatrob.testmints.async.SetupAsync.kt Maven / Gradle / Ivy
package com.zegreatrob.testmints.async
class SetupAsync(private val context: C) {
@Suppress("unused")
suspend infix fun exerciseAsync(codeUnderTest: suspend C.() -> R) = ExerciseAsync(context, context.codeUnderTest())
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy