CSLA 4 unit test change

CSLA 4 unit test change

Old forum URL: forums.lhotka.net/forums/t/8094.aspx


RockfordLhotka posted on Friday, December 04, 2009

I put the start of the 4.0 change log online

http://www.lhotka.net/Article.aspx?id=3852b8d8-e2f7-4277-b77e-bf375125b6c9

One important change is that I've switched from using nunit to using mstest. You should still be able (with a little work) to use nunit if you really need to, but I won't be using or testing with nunit.

This is primarily driven by the fact that I'm building on .NET 4 and I don't want to wait for nunit to catch up and stabilize. Mstest is already there and works, and is available in everything except VS Express.

This has no impact on YOUR TESTS - you can keep using nunit in your code all you want - this only impacts my framework tests.

Copyright (c) Marimer LLC