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

<init>

SingleInstanceSpecRunner(listener: TestEngineListener)

Implementation of SpecRunner that executes all tests against the same Spec instance. In other words, only a single instance of the spec class is instantiated for all the test cases.