commonMain.com.zegreatrob.testmints.Verify.kt Maven / Gradle / Ivy
package com.zegreatrob.testmints
class Verify(private val runTest: (C.(R) -> Unit) -> Unit) {
infix fun teardown(teardownFunctions: C.(R) -> Unit) = runTest(teardownFunctions)
}