IgnoreArguments including an Action<T>
- by James L
I'm probably missing something obvious here, so apologies in advance!
Using Rhino Mocks, how do I set an expectation that a method taking an Action will be called, but I want to use IgnoreArguments. Obviously I can't specify null as that isn't an Action, and I dont want any meaningless code in the test.
As I said, it's probably obvious by the syntax is eluding me at the moment!