resetCalls method
void
resetCalls()
Resets all call counts to 0. Does not modify stubs.
Implementation
void resetCalls() {
_openLeft = 0;
_openRight = 0;
_close = 0;
_resetProgress = 0;
_undo = 0;
}
Resets all call counts to 0. Does not modify stubs.
void resetCalls() {
_openLeft = 0;
_openRight = 0;
_close = 0;
_resetProgress = 0;
_undo = 0;
}