uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.98k stars 107 forks source link

Allow checking whether all expectations have been met #21

Closed FlorianLoch closed 1 year ago

FlorianLoch commented 1 year ago

As suggested and outlined in #10

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

FlorianLoch commented 1 year ago

In case you are wondering why the commits are so old: I made this PR initially against golang/mock.