NUnit Test Framework
NUnit is a unit testing framework for C#, F#, VB.NET and other .NET languages. NUnit aims to support a variety of testing styles on all .NET platforms. It is licensed under the permissive MIT license.
NUnit is the oldest and most popular unit testing framework for .NET. It was originally written by Philip Craig in 2000 on an alpha release of the .NET Framework. NUnit 2 was written by James Newkirk and maintained by Charlie Poole and the latest incarnation, NUnit 3 was written by Charlie Poole, Rob Prouse and countless other contributors.
Project Details
- Website
- Source
- License: MIT
- Project Lead: Rob Prouse
- Core Team: Charlie Poole, Terje Sandstrom, Chris Maddock, Joseph Musser and Mikkel Nylander Bundgaard
Quicklinks
- Documentation
- Discussions are held on the nunit-discuss mailing list and on Gitter.
- Contribute