Rhino.Mocks, Lambdas and Expectations

Posted by Patrick Steele on June 19, 2010

An interesting post on the Rhino.Mocks users list that I thought I'd share. Background Let's start with a simple interface for an item: public interface IItem


{


void DoFoo();


void DoBar();


}



Now let's say we have a custom collection of these IItem objects.  In this collection, we have a... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.