Execute with TestBalloon • opensavvy.prepared.runner.testballoon
Package-level declarations¶
Functions¶
preparedSuite
¶
fun preparedSuite(name: String = "", displayName: String = name, balloonConfig: TestConfig = BalloonTestConfig, preparedConfig: TestConfig = TestConfig.Empty, content: SuiteDsl.() -> Unit): Lazy<TestSuite>
withPrepared
¶
fun TestSuite.withPrepared(config: TestConfig = TestConfig.Empty, block: SuiteDsl.() -> Unit)