Unit testing with Entity Framework

Posted by mosessaur on Stack Overflow See other posts from Stack Overflow or by mosessaur
Published on 2008-11-28T19:01:08Z Indexed on 2010/06/09 9:32 UTC
Read the original article Hit count: 241

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?

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about entity-framework