org.jetbrains.spek.extension.execution.AfterExecuteSpec.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spek-junit-platform-engine Show documentation
Show all versions of spek-junit-platform-engine Show documentation
Spek TestEngine for the JUnit Platform
package org.jetbrains.spek.extension.execution
import org.jetbrains.spek.extension.GroupExtensionContext
/**
* @author Ranie Jade Ramiso
*/
interface AfterExecuteSpec {
fun afterExecuteSpec(spec: GroupExtensionContext)
}