NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new features and support for a wide range of .NET platforms. NUnit is intended to be extensible. We can't do everything for everybody but we want to make it reasonably easy to extend NUnit. In many cases, users will be able to implement a special feature outside of our scope by simply creating a new attribute that embeds the required logic. In other cases, particularly in extending the engine, we rely on a plugin architecture. When running tests in a separate process, the console and gui runners make use of the NUnit Agent program, nunit-agent.exe. Although not directly run by users, nunit-agent does load and execute tests and users need to be aware of it, especially when debugging is involved.
Features
- The NUnit 3 Test Adapter allows you to run NUnit 3 tests inside Visual Studio
- The current release works with .net framework 3.5 and higher
- Using Traits with different test frameworks in the Unit Test Explorer
- Unit testing with Traits and code coverage in Visual Studio 2012 using the TFS Build
- NUnit provides three different runners
- Various third-party applications are available for loading and running NUnit tests