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 private functions in mock declerations #52

Open
josephwilk opened this issue Jul 14, 2013 · 0 comments
Open

Support private functions in mock declerations #52

josephwilk opened this issue Jul 14, 2013 · 0 comments

Comments

@josephwilk
Copy link
Owner

Failing test:

d51aa04

Since we use apply to call functions we are limited to only those public functions. (For values once we work out how to create anonymous functions this problem will go away. It would be specific to arg matchers).

The key is to move away from apply and use more effectively quoting so put in place the function call.

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

No branches or pull requests

1 participant