TestSuite

A test suite containing child TestElements (tests and/or suites).

Please see TestSuiteScope for details.

Inheritors

Properties

Link copied to clipboard
open override val testElementIsEnabled: Boolean
Link copied to clipboard
val testSuiteCoroutineScope: CoroutineScope

The test suite's CoroutineScope, valid only during the suite's execution.

Link copied to clipboard
open override val testSuiteInScope: TestSuite

The closest test suite in scope. Use this to refer to the test suite when creating custom tests or test suites.