Package-level declarations

Types

Link copied to clipboard
abstract class PreparedSpec(body: SuiteDsl.() -> Unit) : StringSpec

Functions

Link copied to clipboard
fun RootScope.preparedSuite(config: TestConfig = TestConfig.Empty, block: SuiteDsl.() -> Unit)

Executes a Prepared SuiteDsl in a Kotest suite.