Skip to content

1v1a3x/nunitv2

 
 

Repository files navigation

NUnit V2

NUnit V2 IS NO LONGER MAINTAINED OR UPDATED. NO BUGS ARE ACCEPTED.

The final version of NUnit V2 was 2.6.3. That code is available here for anyone who needs it. Further NUnit development is taking place under a separate NUnit 3.0 project. That project used to be located on Launchpad at http://launchpad.net/nunit-3.0 but it has been moved to GitHub by the end of October 2013.

NUnit is a test framework for all .NET languages, running on Microsoft .NET and Mono.

NUnit is written in C# but can run tests written in any language that generates managed code. Initially ported from JUnit, it has been completely redesigned to take advantage of the features of the common language runtime, such as custom attributes, generics and lambda expressions.

NUnit V2 was initially hosted on Sourceforge. The last Sourceforge release was NUnit 2.5.2. Beginning with NUnit 2.5.3, releases were made on Launchpad, and may still be found there.

Important note about using async/await

Since version 2.6.2 NUnit introduced support for .NET 4.5's async/await. The support is limited to .NET 4.5 and won't work with the Async Targeting Pack that Microsoft released to backport async/await to .NET 4.0. In practice, NUnit 2.6.2 coincidentally does support the Async Targeting Pack, so if you find yourself in that specific situation you should use NUnit 2.6.2 rather than the latest 2.6.3. For all other cases the suggested version is 2.6.3.

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
license.txt
Unknown
license.rtf

Stars

Watchers

Forks

Packages

No packages published