Suite • opensavvy.prepared.suite.config • TestConfig • Empty
Empty
object Empty : TestConfig
The empty TestConfig, useful as a default parameter when no particular configuration is required.
Properties
coroutineContext
The coroutine context configured for this test through the Context configuration.
Functions
get
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?