I've been working on a new MVC project and man has it been enlightening! It's my first MVC project, so I get to go through all the things I thought I knew from reading Pro ASP.NET MVC Framework (Apress by Steve Sanderson) to realizing I don't...
This post assumes you are familiar with TypeMock's Arrange-Act-Assert method of test creation. If you are not, please read my overview at: http://dotnetslackers.com/articles/designpatterns/TypeMocks-Arrange-Act-Assert.aspx . When creating your fakes...