Retry constructor

const Retry(
  1. int count
)

Marks all tests in a test suite to be retried.

Implementation

const Retry(this.count);