Using Moq callbacks as Verify
One thing using Moq [http://code.google.com/p/moq/] always bugged me. When needing to verify some method call, Moq provides a Verify-metod on the Mock object: So, what’s wrong with this piece of code? In fact nothing (if you ask me). The “problem” is the error message…