Companion¶
object Companion : TestConfig.Key.Unique<CoroutineTimeout>
Properties¶
Default¶
uniqueness¶
open override val uniqueness: TestConfig.Uniqueness.Unique
Marker for the uniqueness of the elements denoted by this key.
-
If
Uniqueness.Uniqueis used, a single element for a given key may be present. -
If
Uniqueness.Multiis used, multiple elements for the same key may be present.