NUnit
|
NUnit is an open source unit testing framework for Microsoft .NET. It serves the same purpose as JUnit does in the Java world.
NUnit.Forms is an expansion to the core NUnit framework and is also open source. It specifically looks at expanding NUnit to be able to handle testing user interface elements in Windows Forms.
Literature
- Andrew Hunt and David Thomas: Pragmatic Unit Testing in C# with NUnit. The Pragmatic Bookshelf, Raleigh, 2004 ISBN 0-9745140-2-0
- Jim Newkirk and Alexei Vorontsov: Test-Driven Development in Microsoft .NET. Microsoft Press, Redmond 2004, ISBN 0-7356-1948-4
- Bill Hamilton: NUnit Pocket Reference. O'Reilly, Cambridge 2004, ISBN 0-596-00739-6
See also
External link
- SourceForge Site (http://sourceforge.net/projects/nunit)
- NUnit homepage (http://www.nunit.org/)
- NUnit.Forms homepage (http://nunitforms.sourceforge.net/)Template:Compu-soft-stub