Search code examples
linq-to-sqldatacontextmoles

How to MOLE the DataContext


I'm trying to figure out how to mole the datacontext so that my unit tests never hit the database.

What I want to achieve is that a datacontext is created but doesn't connect to a db and then when I call GetTable (via my repository) I return a List.AsQueryable() (that I create myself in the unit test).


Solution

  • Found the issue here: http://dimecasts.net/Content/WatchEpisode/170