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

Maybe stubs should be allowed to be functions of their arguments #3

Open
oxinabox opened this issue Nov 9, 2017 · 0 comments
Open

Comments

@oxinabox
Copy link
Owner

oxinabox commented Nov 9, 2017

This would allow a Stub to wrap a real method,
so that you can assert that the method was called,
with the arguements matching the stubs spec etc.

It wouldn't Stub-out the method, (for unit tests)
but it would allow for Expectations to be checked (for integration tests)

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