Hi Brian,
In a test you need to specify everything you want to happen and to test.
For instance, in the new API there's Verify.WasNotCalled, but you need to specify what exactly will not be called.
A shortcut you can take is to set the mock controller to
Strict. But it works only on public methods.
I hope I answered your question, please let me know if you need further explanations.
Thanks