Working with multiple interfaces on a single mock.

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

Published 04-26-2010 11:35 PM by Mehfuz's WebLog
Filed under: , , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems