In this post, i will be showing how you can mock property sets with your expected values or even action using JustMock. To begin, we have a sample interface: public interface IFoo { int Value { get ; set ; } } Now, we can create a mock that will
Read More...
Read the complete post at http://feedproxy.google.com/~r/burncsharp/~3/uzU5b7VSwrg/mocking-property-sets.aspx