зеркало из
1
0
Форкнуть 0
The Silverlight version of the NUnit 3 Framework
Перейти к файлу
Charlie Poole b5e8ebabb8 Fix Silverlight build error 2015-12-21 21:41:07 -08:00
install Removed SilverLight from the installer 2015-10-28 20:04:33 -04:00
nuget Move runners to tools directory 2015-12-21 13:43:14 -08:00
packages
src Merge in changes from master 2015-12-21 15:37:57 -08:00
tools Merge changes from Travis build 2015-12-11 18:02:51 -08:00
.editorconfig Fixed editorconfig 2015-10-16 15:59:32 -04:00
.gitattributes
.gitignore Initial Cake script 2015-12-06 09:41:08 -08:00
.travis.yml Update script to work on Travis; fix some linux test errors 2015-12-11 11:58:14 -08:00
BUILDING.txt
CHANGES.txt Changed wording of CHANGES.txt based on review 2015-12-01 09:13:01 -05:00
CONTRIBUTING.md Fixing broken links 2015-12-10 14:25:46 -05:00
EngineAndConsoleTests.nunit Rename console to nunit3-console.exe - Fixes #929 2015-10-27 16:46:34 -04:00
LICENSE.txt
License.rtf
MockCppAssemblies.sln
NOTICES.txt
NUnit.proj Add exe to run nunitlite tests 2015-12-20 15:30:13 -08:00
NUnit.sln.DotSettings NUnitProject should parse properly regardless whether Xml Declaration is present or not. 2015-12-08 21:59:05 +10:00
README.md Update README.md 2015-11-26 03:56:51 -08:00
Rebracer.xml Added file missed in CF project 2015-12-01 21:28:58 -05:00
appveyor.ps1 Set up new branch for release 3.0.1 2015-11-24 00:09:10 -07:00
appveyor.yml Update script to work on Travis; fix some linux test errors 2015-12-11 11:58:14 -08:00
build
build.cake Fix Silverlight build error 2015-12-21 21:41:07 -08:00
build.cmd
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
cake.cmd Initial Cake script 2015-12-06 09:41:08 -08:00
cakebuild.cmd Initial Cake script 2015-12-06 09:41:08 -08:00
global.json Updated to coreclr beta 8 2015-10-16 16:07:43 -04:00
nunit-install.sln
nunit.ico Switched the default icon in the apps to the NUnit Icon 2015-11-27 16:45:21 -05:00
nunit.linux.sln Update linux solution 2015-12-15 10:57:32 -08:00
nunit.sln Merge in changes from master 2015-12-21 15:37:57 -08:00
nunitCF35.sln Update project and assembly names 2015-12-14 22:42:25 -08:00
runpackage
runpackage.cmd

README.md

NUnit 3.0

Build Status

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.

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.