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

commonMain.com.zegreatrob.testmints.report.MintReporter.kt Maven / Gradle / Ivy

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

interface MintReporter {
    fun exerciseStart(context: Any) = Unit
    fun exerciseFinish() = Unit
    fun verifyStart(payload: Any?) = Unit
    fun verifyFinish() = Unit
    fun teardownStart() = Unit
    fun teardownFinish() = Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy