ASP.NET MVC in CodePlex and Extensible Unit Testing
Phil has some good thoughts on ASP.NET MVC preview 2 and beyond.
A couple of key things that I think are very cool with this project.
CodePlex builds -- The team is very excited to be able to ship out the source code and unit tests for ASP.NET MVC through it's release cycle on CodePlex. We will still do regular CTPs and Betas and RTMs, outside of CodePlex in the normal way. But CodePlex allows more frequent releases if you want to watch the evolution of the product more closely.
Unit test integration -- We are very exited to be working closely with the TDD community on the ASP.NET MVC framework. In fact the MbUnit folks have already released updated installers that integrates support for MbUnit into ASP.NET MVC.. I am sure the others will add support shortly. Joe Cartano of the Web Tools team posted an updated streamlined walkthrough on how to do so using NUnit and Rhino Mocks as an example.
Read more on Phil's blog
Thanks for your feedback on ASP.NET MVC...
Comments
Anonymous
March 10, 2008
Look at mocking views for testing controllers in MVC at: http://blog.typemock.com/2008/03/testing-mvc-controllers-in-3-lines-of.htmlAnonymous
March 11, 2008
Put a "c" in "exited" to make it better ;)Anonymous
March 11, 2008
>> Put a "c" in "exited" to make it better ;) Thanks... fixedAnonymous
March 12, 2008
The comment has been removedAnonymous
March 12, 2008
My surreal life...Anonymous
March 21, 2008
My boss's boss has blogged about what's been going on this week : The ASP.NET MVC Source is up on CodePlex