Today , I will cover a very simple topic, which can be useful in cases we want to mock different interfaces on our expected mock object. Our target interface is simple and it looks like: public interface IFoo : IDisposable { void Do(); } Our target
Read More...
Read the complete post at http://feedproxy.google.com/~r/burncsharp/~3/fY8fBFlnDPA/working-with-multiple-interfaces-on-a-single-mock.aspx