kotest-core / io.kotest.core.engine / IsolationTestEngineListener / specInstantiated

specInstantiated

fun specInstantiated(spec: Spec): Unit

Invoked each time an instance of a Spec is created. A spec may be created once per class, or one per TestCase.