reset method

void reset()

Resets all state of this FinderBase.

Generally used between tests to reset the state of found if a finder is used across multiple tests.

Implementation

void reset() {
  _found = null;
}