io.justdevit.kotlin.boost.kotest.testcontainers.Spec.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boost-kotest-testcontainers Show documentation
Show all versions of boost-kotest-testcontainers Show documentation
Library to boost working with Kotlin/JVM projects.
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