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

org.jetbrains.spek.extension.execution.AfterExecuteTest.kt Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package org.jetbrains.spek.extension.execution

import org.jetbrains.spek.extension.Extension
import org.jetbrains.spek.extension.TestExtensionContext
import org.jetbrains.spek.meta.Experimental

/**
 * @author Ranie Jade Ramiso
 */
@Experimental
interface AfterExecuteTest: Extension {
    fun afterExecuteTest(test: TestExtensionContext)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy