Indexes

value class Indexes(source)

Data-layer replay selector: the case indexes to re-run, pasted from a failure report as replay = Indexes(3L). Construct from explicit indexes (Indexes(0L, 2L)) or a range (Indexes(0L..9L)).

Constructors

Link copied to clipboard
constructor(vararg index: Long)
constructor(indexes: LongRange)

Properties

Link copied to clipboard