reset method

void reset()

Implementation

void reset() {
  _totalAttempts = 0;
  _fieldFailures.clear();
}