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 for "mocking" without playback #10

Open
mkotsbak opened this issue Jun 7, 2010 · 0 comments
Open

Support for "mocking" without playback #10

mkotsbak opened this issue Jun 7, 2010 · 0 comments
Labels

Comments

@mkotsbak
Copy link
Contributor

mkotsbak commented Jun 7, 2010

In cases you have integration tests and use them to capture real method invocations, using the original tests as unit tests I believe can give better indications of what failed and why than just dumb playback of the methods called by the test.

Using both can be useful, but if you just want to use it this way, the record data is not really necessary to save (as they are "played back" by the tests).

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

No branches or pull requests

1 participant