Entity Framework 4.0 Unit Testing
- by Steve Ward
Hi,
I've implemented unit testing along the lines of this article with a fake object context and IObjectSet with POCO in EF4.
http://blogs.msdn.com/adonet/archive/2009/12/17/test-driven-development-walkthrough-with-the-entity-framework-4-0.aspx
But I'm unsure how to implement a couple of methods on my fake object context for testing. I have…