Package-level declarations

Types

Link copied to clipboard
class KotestSuiteDsl : AbstractTestScope, SuiteDsl

An implementation of Prepared's SuiteDsl that is recognized by the Kotest IntelliJ plugin.

Link copied to clipboard
abstract class PreparedSpec(body: PreparedSpec.() -> Unit, config: TestConfig = TestConfig.Empty) : AbstractSpec, SuiteDsl

Declares a Prepared test suite using the Kotest framework.

Functions

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

Executes a Prepared SuiteDsl in an existing Kotest suite.