Execute with Kotest • opensavvy.prepared.runner.kotest
Package-level declarations¶
Types¶
PreparedSpec¶
abstract class PreparedSpec(body: SuiteDsl.() -> Unit) : StringSpec
Functions¶
preparedSuite¶
fun RootScope.preparedSuite(config: TestConfig = TestConfig.Empty, block: SuiteDsl.() -> Unit)
Executes a Prepared SuiteDsl in a Kotest suite.