In RhinoMocks, you can just tell your mocks to IgnoreArguments as a blanket statement. In Moq, it seems, you have to specify It.IsAny() for each argument. However, this do
Answered at: Setting up Moq to ignore a virtual method
I believe setting "CallBase = true" on the mock will work. See the "Customizing Mock Behavior" section of the Quick Start