Package-level declarations

Functions

Link copied to clipboard
fun preparedSuite(name: String = "", displayName: String = name, balloonConfig: TestConfig = BalloonTestConfig, preparedConfig: TestConfig = TestConfig.Empty, content: SuiteDsl.() -> Unit): Lazy<TestSuite>
Link copied to clipboard
fun TestSuite.withPrepared(config: TestConfig = TestConfig.Empty, block: SuiteDsl.() -> Unit)