Thursday, April 23, 2009

New NUnit template for ASP.NET MVC

Hi,

I've been doing a little bit research in the area of mocking frameworks for different platforms and picked in total 3 clear winners:

- Java: Mockito
- .Net: NUnit (it's there anyway...) and Moq

Here you'll find the new NUnit test template for ASP.NET MVC that also contains a reference to Moq for convenience. Other than that it's the same template as the previous one. However expect that to change in the near future as I'll be porting the manual mocks in AccountControllerTest to Moq.

ASP.NET-MVC-NUnitAndMoqTemplate.zip


Have fun!

No comments: