Package-level declarations
Types
Link copied to clipboard
Configures the CoroutineContext of the started tests.
Link copied to clipboard
Defines for how long nothing is allowed to happen before the test is automatically stopped.
Link copied to clipboard
Marks a test or an entire suite as disabled.
Link copied to clipboard
Marks the test or an entire suite with a tag.
Link copied to clipboard
Generic configuration description.
Properties
Link copied to clipboard
The coroutine context configured for this test through the Context configuration.
Functions
Link copied to clipboard
operator fun <E : TestConfig.Element> TestConfig.get(key: TestConfig.Key<E, TestConfig.Uniqueness.Multi>): List<E>
Finds the elements identified by key in the current TestConfig.
operator fun <E : TestConfig.Element> TestConfig.get(key: TestConfig.Key<E, TestConfig.Uniqueness.Unique>): E?
Finds the Element identified by key in the current TestConfig.
Link copied to clipboard
Combines two TestConfig instances.