golang / mock

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

Allow Any to take a list of matchers #673

Open guywithnose opened 1 year ago

guywithnose commented 1 year ago

This works like an OR the same way that All works like an AND. If you pass 0 parameters it works the same way it always has.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.