NUnit 2.x repository. NUnit V2 IS NO LONGER MAINTAINED OR UPDATED. Bugs should be reported in the main NUnit 3.0 repository.
Перейти к файлу
Ed Yablonsky 15e7722b40 use UNITY_ASSERTIONS conditional 2015-11-03 14:20:29 +02:00
addins Temporarily remove RowTestExtension from the build 2008-07-08 02:15:42 +00:00
doc Corrected 'DataPoint' to 'Datapoint' 2015-01-11 19:56:12 +01:00
install Update guids for msis 2014-12-15 11:38:23 -08:00
lib Merge from trunk 2012-10-18 10:06:13 -07:00
nuget Add 'nunit' tag to all our nuget packages 2013-10-05 12:52:35 -07:00
samples Split constraint classes into separate files 2012-12-26 21:21:11 -08:00
scripts Merge updates form master 2014-11-01 12:56:37 -07:00
src use UNITY_ASSERTIONS conditional 2015-11-03 14:20:29 +02:00
tools Support for building for .NET 4.5 and running async tests even when not targeting .NET 4.5 but as long as 4.5 is installed. 2012-10-04 01:25:51 +02:00
.gitattributes Migrated from Bazaar to Git. 2013-10-10 23:10:45 -07:00
.gitignore Migrated from Bazaar to Git. 2013-10-10 23:10:45 -07:00
.travis.yml Remove test execution from travis ci script - currently not running under Linux 2014-11-01 12:47:10 -07:00
NUnitFitTests.html Move non-source files like scripts to the root directory 2008-02-23 03:26:05 +00:00
NUnitTests.config Remove special settings from config file; rewrite handling of log and trace capture; revise TestRunner interface to remove multiple Run and BeginRun overloads for clarity 2012-01-10 15:03:38 -08:00
NUnitTests.nunit Support for async tests 2012-10-04 16:42:38 -07:00
NUnitTests.v1.nunit Remove unused functionality from the net-1.1 build and reorganize install files accordingly 2011-03-23 22:25:52 -07:00
NUnitTests.v2.nunit Undone changes in nunit file to run tests for 4.5 2012-10-28 15:41:43 +01:00
README.md Updated the readme to mention 2.6.4 and noted the updated async support 2014-12-14 16:26:11 -05:00
appveyor.yml Create new appveyor build script 2014-11-01 13:33:04 -07:00
build Revise scripts to match latest changes; remove samples from binary zip and msi packages 2012-10-21 17:28:25 -07:00
build.bat Revise scripts to match latest changes; remove samples from binary zip and msi packages 2012-10-21 17:28:25 -07:00
license.rtf Update docs for release 2013-10-05 18:45:30 -07:00
license.txt Updates for the 2.6.4 release 2014-12-15 11:20:55 -08:00
nant Upgrade NAnt to version 0.92 2012-09-25 13:55:15 -07:00
nant.bat Upgrade NAnt to version 0.92 2012-09-25 13:55:15 -07:00
nunit.sln Updates for the 2.6.4 release 2014-12-15 11:20:55 -08:00
nunit.snk Move non-source files like scripts to the root directory 2008-02-23 03:26:05 +00:00
package Revise scripts to match latest changes; remove samples from binary zip and msi packages 2012-10-21 17:28:25 -07:00
package.bat Revise scripts to match latest changes; remove samples from binary zip and msi packages 2012-10-21 17:28:25 -07:00
testfile.txt Testing mail script 2006-07-31 21:11:38 +00:00

README.md

NUnit V2

NUnit V2 IS NO LONGER MAINTAINED OR UPDATED.

Bugs should be reported in the main NUnit 3.0 repository.

The final version of NUnit V2 is 2.6.4. 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 was moved to GitHub at 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

NUnit 2.6.3 introduced support for .NET 4.5's async/await. 2.6.3 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.

NUnit 2.6.4 adds support for the Async Targeting Pack. You should use 2.6.4 if you are using async/await and targeting .NET 4.0.