kotest-core / io.kotest.core.spec / IsolationMode / SingleInstance

SingleInstance

SingleInstance

A single instance of the Spec class is instantiated, and then used for every TestCase.

Test cases will be executed as soon as they are discovered.