ResetCalls reset all the calls that were made to all mocked methods.
()
| 90 | |
| 91 | // ResetCalls reset all the calls that were made to all mocked methods. |
| 92 | func (mock *MoqUsesAny) ResetCalls() { |
| 93 | mock.lockGetReader.Lock() |
| 94 | mock.calls.GetReader = nil |
| 95 | mock.lockGetReader.Unlock() |
| 96 | } |
| 97 | |
| 98 | // Ensure that MoqFooer does implement Fooer. |
| 99 | // If this is not the case, regenerate this file with mockery. |