org.jetbrains.spek.subject.dsl.SubjectProviderDsl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spek-subject-extension Show documentation
Show all versions of spek-subject-extension Show documentation
A Specification Framework for the JVM
package org.jetbrains.spek.subject.dsl
import org.jetbrains.spek.api.lifecycle.CachingMode
import org.jetbrains.spek.api.lifecycle.LifecycleAware
import org.jetbrains.spek.meta.Experimental
/**
* @author Ranie Jade Ramiso
*/
@Experimental
interface SubjectProviderDsl: SubjectDsl {
fun subject(mode: CachingMode = CachingMode.TEST, factory: () -> T): LifecycleAware
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy