There are times when you want to clear all the expectations of all the mocks.
For example, if you call Verify() in the [TearDown] method, but a
test failed and you don't want to Verify to cause more test failures.
This is called automatically after Verify().
(unless VerifyMode is DontClear