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

engineFinished

open fun engineFinished(t: Throwable?): Unit

Is invoked when the KotestEngine has finished execution.

If an unrecoverable error was detected during execution then it will be passed as the parameter to the engine.