kotest-core / io.kotest.core.engine / SpecRunner / <init>

<init>

SpecRunner(listener: TestEngineListener)

The base class for executing all the tests inside a Spec.

Each spec can define how tests are isolated from each other, via an IsolationMode.

Parameters

listener - provides callbacks on tests as they are executed. These callbacks are used to ultimately feed back into the test engine implementation.