kotest-core / io.kotest.core.runtime / TestExecutionListener

TestExecutionListener

interface TestExecutionListener

Functions

testFinished

open fun testFinished(testCase: TestCase, result: TestResult): Unit

testIgnored

open fun testIgnored(testCase: TestCase): Unit

testStarted

open fun testStarted(testCase: TestCase): Unit