We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With dotchev@7078dd8 it is no longer possible to only reset the call history of a stub.
As discussed in #806 (comment), we could expand the api a tiny bit.
// resets both call history and behaviour stub.reset(); // NEW: reset call history stub.resetHistory(); // reset behaviour stub.resetBehavior()
The text was updated successfully, but these errors were encountered:
Nice, I like it.
Sorry, something went wrong.
5d9b118
Merge pull request #865 from fearphage/add-stub-reset-history
41be6e0
Implemented stub#resetHistory method fixes #863
No branches or pull requests
With dotchev@7078dd8 it is no longer possible to only reset the call history of a stub.
As discussed in #806 (comment), we could expand the api a tiny bit.
The text was updated successfully, but these errors were encountered: