Closed cjstehno closed 2 years ago
When the verify() call fails, especially due to mismatched called() value, the error message is not very helpful.
verify()
called()
Actually no exception should be thrown here - the mismatch should be logged as an ERROR for inspection and the return value should be false.
false
When the
verify()
call fails, especially due to mismatchedcalled()
value, the error message is not very helpful.