opensavvy.prepared.runner.testballoon¶
Functions¶
preparedSuite¶
fun preparedSuite(
name: String? = null,
balloonConfig: TestConfig = BalloonTestConfig,
preparedConfig: TestConfig = TestConfig.Empty,
compartment: () -> TestCompartment = { TestCompartment.Default },
qualifiedPropertyName: String = "",
content: SuiteDsl.() -> Unit
): Lazy<TestSuite>
withPrepared¶
fun TestSuite.withPrepared(config: TestConfig = TestConfig.Empty, block: SuiteDsl.() -> Unit)