retry property
int
get
retry
The number of times to re-run a test before being marked as a failure.
Implementation
int get retry => _retry ?? 0;
The number of times to re-run a test before being marked as a failure.
int get retry => _retry ?? 0;