TestCompartment

open class TestCompartment(name: String, testConfig: TestConfig) : TestSuite(source)

A compartment isolating a number of tests from those belonging to other compartments.

Compartments make sure that tests with special runtime requirements, like UI tests, can execute in isolation.

The Companion object provides predefined compartments for common use cases.

Constructors

Link copied to clipboard
constructor(name: String, testConfig: TestConfig)

Types

Link copied to clipboard
object Companion