commonMain.org.spekframework.spek2.Spek.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spek-dsl-jvm Show documentation
Show all versions of spek-dsl-jvm Show documentation
Kotlin JVM module for spek-dsl
package org.spekframework.spek2
import org.spekframework.spek2.dsl.Root
abstract class Spek(val root: Root.() -> Unit)