0
kicks
Unit testing LINQ to SQL using TypeMock
After watching a screencast on how to use Moles to unit test LINQ to SQL without hitting the database, I thought it would be interesting to do the same with TypeMock. But first, let’s investigate why traditional dependency breaking technique come short with LINQ to SQL.