Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support specifying interfaces to mock when using source mode #140

Open
dhrubabasu opened this issue Jan 17, 2024 · 0 comments
Open

Support specifying interfaces to mock when using source mode #140

dhrubabasu opened this issue Jan 17, 2024 · 0 comments

Comments

@dhrubabasu
Copy link

dhrubabasu commented Jan 17, 2024

Requested feature A clear description of the desired feature and an example of
how it would be used.

As far as I can tell, there is no way to specify which interfaces to mock out of a file when using source mode

Why the feature is needed A clear description of how this feature is not
served by existing functionality in gomock.

The closest you can get to this functionality is manually passing in every interface other than the one you want to mock in -exclude_interfaces

(Optional) Proposed solution A clear description of a proposed method for
adding this feature to gomock.

Adding an -interfaces flag which auto-computes the -exclude_interfaces flag would be relatively straightforward I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant