Suite • opensavvy.prepared.suite.config • TestConfig • Key • Unique
Unique¶
interface Unique<E : TestConfig.Element> : TestConfig.Key<E, TestConfig.Uniqueness.Unique>
Shorthand for a Key
with a uniqueness
of Unique
.
Inheritors¶
Properties¶
uniqueness
¶
open override val uniqueness: TestConfig.Uniqueness.Unique
Marker for the uniqueness of the elements denoted by this key.