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

org.jetbrains.spek.subject.dsl.SubjectDsl.kt Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package org.jetbrains.spek.subject.dsl

import org.jetbrains.spek.api.dsl.Spec
import org.jetbrains.spek.api.lifecycle.LifecycleAware
import org.jetbrains.spek.meta.Experimental

/**
 * @author Ranie Jade Ramiso
 */
@Experimental
interface SubjectDsl: Spec {
    val subject: T

    fun subject(): LifecycleAware
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy