jmhodges / bazel_gomock

Code to create Go mocks for bazel targets using mockgen
MIT License
58 stars 30 forks source link

Add support for the mock_names argument #31

Closed josmad closed 4 years ago

josmad commented 4 years ago

I am unsure if it makes sense to validate that the interface names passed in mock_names have also been passed in interfaces. The current PR assumes that mockgen will validate (or ignore?) unused mock_names.