Stubbing out methods that explicitly implement an interface using Rhino Mocks
- by Ben Aston
How can I stub out methods that explicitly implement an interface using Rhino Mocks?
As I understand it, Rhino Mocks requires stubbed out methods to be virtual, and explicitly implemented interface members are not virtual.