What is the purpose of Verifiable()?
Verifiable()
If I verify a Mock and leave this out it still verifies the SetUp.
Mock
SetUp
Edit:<
When the Verify() method is called at the end of the test, if any of the expectations marked as verifiable have not been called, then an exception is thrown.
Verify()
thrown
VerifyAll() does not check for verifiable expectations.
VerifyAll()