I'm sure this is painfully simple, but how do I mock a method with a void return type an unlimited number of times? I want to intercept the method call each time and do nothing. I've tried AlwaysReturn() and ExpectAndReturn() to no avail.
thanks,
Scott