-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to verify a mock method call never occurred in Strict mode.
When in strict mode verifying that a method call never occured was adding an expected call without passing the expected times. The default times being once, when verifyAll is called on the mock the tests failed with Configured setups expected once but was never invoked.
- Loading branch information
Alexandru Codreanu
committed
Nov 9, 2017
1 parent
b7ca662
commit bf38de8
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters