-
Notifications
You must be signed in to change notification settings - Fork 318
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
automated mocks generation #93
Comments
It's not at all obvious to me how mocking should work for non-message-passing OO, plus I've never really found a need for them. But if you put together a proposal, I'd be happy to give feedback. |
I had to change my priorities. Once I'm back to this particular problem, I'll post a follow-up. |
@wch has put together an outline in a comment to r-lib/devtools#388. It's about mocking individual functions in the package to be tested, still it would be great to see this integrated in |
I don't have any plans to work on this, but if you want to supply a pull request, I'd happily review. |
Did you consider adding support for automated mocks? An example from the Java world could be this: https://code.google.com/p/mockito/
The text was updated successfully, but these errors were encountered: