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

Unset the MockitoInterceptor for unchecked mocks. #29

Merged
merged 1 commit into from
Mar 27, 2016

Conversation

nhaarman
Copy link
Collaborator

This allows the default functions to be called on these mocks during verification.
Apparently, the MockitoInterceptor added by Mockito does some internal state checking.
This is not necessary here.

Fixes #27.

This allows the default functions to be called on these
mocks during verification. Apparently, the MockitoInterceptor
added by Mockito does some internal state checking. This is
not necessary here.
@nhaarman nhaarman merged commit d4e73a9 into dev Mar 27, 2016
@nhaarman nhaarman deleted the uncheckedmock-interceptor branch March 27, 2016 14:15
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

Successfully merging this pull request may close these issues.

1 participant