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

io.justdevit.kotlin.boost.kotest.testcontainers.Spec.kt Maven / Gradle / Ivy

The newest version!
package io.justdevit.kotlin.boost.kotest.testcontainers

import io.kotest.core.extensions.install
import io.kotest.core.spec.Spec

/**
 * Installs a stubbing extension for the current specification based on a predicate.
 *
 * @param predicate A function that determines whether the stubbing should occur or not.
 */
fun Spec.installStubbing(predicate: () -> Boolean) = install(StubbingExtension(predicate))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy