Package-level declarations

Types

Link copied to clipboard

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

Functions

Link copied to clipboard
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).

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

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