|
Apart from the mentioned unit testing frameworks there is another alternative: csUnit, which was just released in version 2.4. csUnit is open-source and can be freely used for open source or closed source projects including commercial products.
Main features:
- Support for all .NET languages
- Rich set of attributes and assertions to implement tests
- Addin for both VS2005 and VS2008
- Ability to run NUnit 2.4.7 (.NET 2.0) based tests without recompilation
For more information please see http://www.csunit.org
|