I am unit testing code written against the ADO .NET Entity Framework. I would like to populate an in-memory database with rows, and make sure that my code retrieves them properly....I can mock the Entity Framework using Rhino Mocks, but that would not be ...