I have a method that will called multiple times with different arguments.
I want to verfiy the method called once with Argument A ONLY
But I found that WasNotCalled failed to verfiy this as the method was called with Argument B somewhere else in the code.
GetTimesCalled also doesn't work in this case.
I know that there's an alternatives using "DoInstead( ... Count ) "
But is that the only soluation ? it's quite inconvenient