-
-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
It would be very helpful to have something live ResetCalls method to to reset all Call counters (if possible) and Per method reset Call counter methods.
Sometimes you doesn't have direct access to mock and to avoid doing something like that:
mock := GetMock()
freshCountersMock := &Mock{}
*mock = *freshCountersMock
it would be very helpful to just call reset methods.
Thank you!
cbaker, umputun and efueyo
Metadata
Metadata
Assignees
Labels
No labels