What is the purpose of Verifiable()?
If I verify a mock and leave this out it still verifies the SetUp.
Edit: I was using VerifyAll() thus the reason for everything being verified. After changing to Verify() only my verifiable setups were being check.