Unit Test Linq to Sql in ASP.Net MVC with Moq
I have just spent the entire day playing with Moq to unit test an asp.net mvc application I am working with. All I wanted to do is test a “create” method that simply adds a record to the database. So here it goes. 1. I created a Mock Http context to be used by my [...]






Friday, April 4, 2008
View Comments