kotest-core / io.kotest.core.engine / TestEngineListener / testStarted

testStarted

open fun testStarted(testCase: TestCase): Unit

Invoked if a TestCase is about to be executed (is active). Will not be invoked if the test is ignored.