opensavvy.prepared.runner.kotest¶
Types¶
KotestSuiteDsl¶
class KotestSuiteDsl : AbstractTestScope, SuiteDsl
An implementation of Prepared's SuiteDsl that is recognized by the Kotest IntelliJ plugin.
PreparedSpec¶
abstract class PreparedSpec(body: PreparedSpec.() -> Unit, config: TestConfig = TestConfig.Empty) : AbstractSpec, SuiteDsl
Declares a Prepared test suite using the Kotest framework.