kotest-core / io.kotest.core.runtime / invokeBeforeSpec

invokeBeforeSpec

suspend fun Spec.invokeBeforeSpec(): Try<Spec>

Notifies the user listeners that a Spec is starting. This will be invoked for every instance of a spec.