I want to test my Entities that are built using Entity Framework.
My concern is that using Entity Framework means directly working with data source.
So any ideas how to unit testing Entity Framework based components?
I want to test my Entities that are built using Entity Framework. My concern
Share
For Enity Framework 4, this looks promising: Testability and Entity Framework 4.0