TestBalloonSuiteDsl
An implementation of Prepared's SuiteDsl that is recognized by the TestBalloon IntelliJ plugin.
To create an instance of this class, use preparedSuite or withPrepared.
Functions
Link copied to clipboard
fun suite(name: String, config: TestConfig = TestConfig.Empty, block: TestBalloonSuiteDsl.() -> Unit)
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)