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

org.jetbrains.spek.extension.execution.AfterExecuteGroup.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.GroupExtensionContext
import org.jetbrains.spek.meta.Experimental

/**
 * @author Ranie Jade Ramiso
 */
@Experimental
interface AfterExecuteGroup: Extension {
    fun afterExecuteGroup(group: GroupExtensionContext)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy