Can anybody provide a good starting point or example of using Moq and nUnit to perform tests against the entity framework inside MVC. I have a DomainModel which contains "MyModel.edmx" which contains a table "Posts". I want to perform a test populating a fake repository of this.
I have been following this: http://blogs.msdn.com/b/adonet/archive/2009/12/17/walkthrough-test-driven-development-with-the-entity-framework-4-0.aspx
But I am unsure how to use Moq/nUnit instead of the inbuilt tests