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

io.kotlintest.extensions.Extension.kt Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package io.kotlintest.extensions

/**
 * Marker interface for extensions that can be added project wide.
 */
interface ProjectLevelExtension

/**
 * Marker interface for extensions that can be added to specs.
 */
interface SpecLevelExtension




© 2015 - 2024 Weber Informatics LLC | Privacy Policy