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

testFinished

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

Invoked when all the invocations of a TestCase have completed. This function will only be invoked if a test case was active. The result passed in here is the result directly from the test run, before any interception.