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