org.jetbrains.spek.extension.SpekExtension.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
import org.jetbrains.spek.meta.Experimental
import kotlin.reflect.KClass
/**
* @author Ranie Jade Ramiso
*/
@Experimental
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS)
annotation class SpekExtension(val extension: KClass)