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
@JvmName(name = "suiteTestBalloon")
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 override fun test(name: String, config: TestConfig, block: suspend TestDsl.() -> Unit)
open fun test(name: String, context: CoroutineContext, config: TestConfig, block: suspend TestDsl.() -> Unit)