Skip to content

opensavvy.prepared.runner.testballoon

Types

TestBalloonSuiteDsl

An implementation of Prepared's SuiteDsl that is recognized by the TestBalloon IntelliJ plugin.

Functions

preparedSuite

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

Declares a top-level suite (a group of related tests).

withPrepared

fun TestSuite.withPrepared(config: TestConfig = TestConfig.Empty, block: TestBalloonSuiteDsl.() -> Unit)

Declares Prepared-style tests in an existing TestBalloon-style suite.