NUnit 3.0 Framework
Перейти к файлу
Rob Prouse 5e7b9759e9 Merge pull request #1772 from chrischou/issue-1106
Moved "CommonAssmblyInfo.cs" and "FrameworkVersion.cs" links into Properties folder for netcf 3.5 projects
2016-08-31 11:45:18 -04:00
framework-install separate engine and framework installer 2016-07-29 13:05:55 +01:00
install separate engine and framework installer 2016-07-29 13:05:55 +01:00
nuget Fix typos (".Net" => ".NET") 2016-08-22 22:19:38 +02:00
packages Added portable to the Linux solution 2015-09-08 15:27:37 -04:00
src Merge pull request #1772 from chrischou/issue-1106 2016-08-31 11:45:18 -04:00
tools Merge changes from Travis build 2015-12-11 18:02:51 -08:00
.editorconfig Updated all of the build and packaging to include the 3.5 build 2016-04-12 17:50:42 -04:00
.gitattributes Added portable to the Linux solution 2015-09-08 15:27:37 -04:00
.gitignore Initial spike into creating a driver to run portable tests 2016-01-04 13:34:12 -05:00
.travis.yml Exclude Mono 3.2.8 on OS X 2016-07-04 15:23:45 +02:00
BUILDING.md Remove Cake target 'TestAll' 2016-08-09 19:57:50 +02:00
CHANGES.txt Merge latest from master 2016-07-11 20:25:43 -04:00
CONTRIBUTING.md Update links in CONTRIBUTING.md. 2016-07-21 22:44:35 +02:00
LICENSE.txt Updated the copyright and assembly info 2016-01-04 16:22:46 -05:00
License.rtf Manually fixed the license after reverting and fixed the engine tests 2016-04-12 19:49:33 -04:00
MockCppAssemblies.sln
NOTICES.txt
NUnit.sln.DotSettings NUnitProject should parse properly regardless whether Xml Declaration is present or not. 2015-12-08 21:59:05 +10:00
NuGet.config Remove clear from NuGet.config 2016-06-19 20:17:19 -07:00
README.md Fix typos (".Net" => ".NET") 2016-08-22 22:19:38 +02:00
Rebracer.xml NullReferenceException when null arguments are used in TestFixtureAttribute 2016-05-19 21:15:56 -04:00
appveyor-tool.ps1 change order and fix spelling 2016-03-05 09:31:18 +07:00
appveyor.yml separate engine and framework installer 2016-07-29 13:05:55 +01:00
build Update top-level script commands and remove old ones 2015-12-25 11:24:34 -08:00
build.cake Implement the BigSplit 2016-08-15 14:10:08 -07:00
build.cmd Update top-level script commands and remove old ones 2015-12-25 11:24:34 -08:00
build.ps1 Initial Cake script 2015-12-06 09:41:08 -08:00
build.sh Merge changes from Travis build 2015-12-11 18:02:51 -08:00
global.json Updated to coreclr beta 8 2015-10-16 16:07:43 -04:00
nunit.ico Switched the default icon in the apps to the NUnit Icon 2015-11-27 16:45:21 -05:00
nunit.linux.sln Added .NET 3.5 versions for all framework projects 2016-04-12 17:21:21 -04:00
nunit.sln Add tests to CF build 2016-08-24 09:18:59 -07:00
nunitCF35.sln Make CF tests pass when run under desktop .NET 2016-03-06 12:58:21 -08:00

README.md

NUnit 3.0

AppVeyor Build status Travis Build Status NuGet Version and Downloads count

Follow NUnit

NUnit is a unit-testing framework for all .NET languages. Initially ported from JUnit, the current production release, version 3.0, has been completely rewritten with many new features and support for a wide range of .NET platforms.

License

NUnit is Open Source software and NUnit 3.0 is released under the MIT license. Earlier releases used the NUnit license. Both of these licenses allow the use of NUnit in free and commercial applications and libraries without restrictions.

Contributors

NUnit 3.0 was created by Charlie Poole, Rob Prouse, Simone Busoli, Neil Colvin and numerous community contributors. A complete list of contributors since NUnit migrated to GitHub can be found on GitHub.

Earlier versions of NUnit were developed by Charlie Poole, James W. Newkirk, Alexei A. Vorontsov, Michael C. Two and Philip A. Craig.