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

jvmMain.org.spekframework.spek2.CreateWith.kt Maven / Gradle / Ivy

There is a newer version: 2.0.19
Show newest version
package org.spekframework.spek2

import org.spekframework.spek2.lifecycle.InstanceFactory
import kotlin.reflect.KClass

@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class CreateWith(val factory: KClass)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy