copy method

LiveTest copy()

Loads a copy of this LiveTest that's able to be run again.

Implementation

LiveTest copy() => test.load(suite, groups: groups);