TestSuite
A test suite containing child TestElements (tests and/or suites). A suite may not contain test logic.
Inheritors
Types
Properties
Functions
Link copied to clipboard
Registers an executionWrappingAction which wraps the execution actions of this test suite.
Link copied to clipboard
fun test(name: String, displayName: String = name, testConfig: TestConfig = TestConfig, action: suspend TestExecutionScope.() -> Unit)
Registers a Test as a child of this test suite.
Link copied to clipboard
Registers a fixture, a state holder for a lazily initialized Value with a lifetime of this test suite.