зеркало из
1
0
Форкнуть 0
The Silverlight version of the NUnit 3 Framework
Перейти к файлу
Charlie Poole 7b29cef1b9 Add nunitlite-runner to nuget packages 2015-12-20 22:07:59 -08:00
install Removed SilverLight from the installer 2015-10-28 20:04:33 -04:00
nuget Add nunitlite-runner to nuget packages 2015-12-20 22:07:59 -08:00
packages Added portable to the Linux solution 2015-09-08 15:27:37 -04:00
src Correct defines and refs for release build 2015-12-20 17:21:21 -08:00
tools Rename console to nunit3-console.exe - Fixes #929 2015-10-27 16:46:34 -04:00
.editorconfig Fixed editorconfig 2015-10-16 15:59:32 -04:00
.gitattributes Added portable to the Linux solution 2015-09-08 15:27:37 -04:00
.gitignore Remove Microsoft.Bcl packages from source control. 2015-08-10 01:39:26 -04:00
.travis.yml Use Travis CI C# support instead of installing Mono from a PPA 2015-08-25 20:39:16 +02:00
BUILDING.txt Remove final 3.5 conditions and fix nuget package to exclude it 2015-02-24 09:30:49 -08:00
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 Update version and copyright year 2015-03-20 10:14:48 -07:00
License.rtf Final changes for release 2015-03-25 18:32:28 -07:00
MockCppAssemblies.sln Moved the C++ test assemblies out to their own solution 2015-01-21 10:13:13 -05:00
NOTICES.txt Move common text files to root 2014-09-01 06:01:22 -07:00
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 Add Silverlight to package 2015-11-21 18:01:49 -07:00
build Add comment to build script 2015-08-18 11:37:20 -07:00
build.cmd Fix build.cmd - failing on TeamCity 2015-08-18 05:39:06 -07:00
global.json Updated to coreclr beta 8 2015-10-16 16:07:43 -04:00
nunit-install.sln Fix build script and projects so that msis are built using our standard output name; also use shorter DisplayName in the installer dialogs 2015-03-25 09:22:02 -07: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 Update linux solution 2015-12-15 10:57:32 -08:00
nunit.sln Add exe to run nunitlite tests 2015-12-20 15:30:13 -08:00
nunitCF35.sln Update project and assembly names 2015-12-14 22:42:25 -08:00
runpackage Move commands to do build and packaging to root 2014-09-03 21:36:47 -07:00
runpackage.cmd Move commands to do build and packaging to root 2014-09-03 21:36:47 -07:00

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.