reset method
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;
}
Resets all state of this FinderBase.
Generally used between tests to reset the state of found if a finder is used across multiple tests.
void reset() {
_found = null;
}