Rhino.Mocks, Lambdas and Expectations
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]
Submit a review:
Login required.