зеркало из
1
0
Форкнуть 0
The Silverlight version of the NUnit 3 Framework
Перейти к файлу
Rob Prouse 284d74a396 Merge pull request #1612 from nunit/issue-1605
Issue 1605
2016-06-23 22:03:21 -04:00
install Include NUnit.System.Linq in packages 2016-06-12 09:22:37 -07:00
nuget Fix dependencies in console packages 2016-06-22 23:59:15 -07:00
packages Added portable to the Linux solution 2015-09-08 15:27:37 -04:00
src Merge pull request #1606 from nunit/clean-common 2016-06-22 22:19:16 -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 Allow mono 3.28 build to fail 2016-06-17 09:08:19 -07:00
BUILDING.md Fix typos 2016-04-07 13:32:43 +01:00
CHANGES.txt Updated the issue order in CHANGES.txt 2016-04-19 08:31:18 -04:00
CONTRIBUTING.md Fixing broken links 2015-12-10 14:25:46 -05: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 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.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 BuildStats badge added 2016-04-25 19:50:39 +03: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 Deploy builds of master to MyGet 2016-06-12 17:24:50 -07:00
build Update top-level script commands and remove old ones 2015-12-25 11:24:34 -08:00
build.cake Update build.cake 2016-06-23 11:28:02 -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-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 Added .NET 3.5 versions for all framework projects 2016-04-12 17:21:21 -04:00
nunit.sln Remove NUnit.Portable.Agent from the repository 2016-06-21 13:54:47 -04: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.