KotestSuiteDsl
An implementation of Prepared's SuiteDsl that is recognized by the Kotest IntelliJ plugin.
To create an instance of this class, use PreparedSpec.suite or preparedSuite.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a child suite named name of the current suite.
Link copied to clipboard
open fun test(name: String, context: CoroutineContext, config: TestConfig, block: suspend TestDsl.() -> Unit)