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

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

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

class Verify(private val runTest: (C.(R) -> Unit) -> Unit) {
    infix fun teardown(teardownFunctions: C.(R) -> Unit) = runTest(teardownFunctions)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy