Skip to content

preparedSuite

fun preparedSuite(
    name: String? = null, 
    balloonConfig: TestConfig = BalloonTestConfig, 
    preparedConfig: TestConfig = TestConfig.Empty, 
    compartment: () -> TestCompartment = { TestCompartment.Default }, 
    qualifiedPropertyName: String = "", 
    content: SuiteDsl.() -> Unit
): Lazy<TestSuite>