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

org.jetbrains.spek.extension.execution.AfterExecuteSpec.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.GroupExtensionContext

/**
 * @author Ranie Jade Ramiso
 */
interface AfterExecuteSpec {
    fun afterExecuteSpec(spec: GroupExtensionContext)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy