зеркало из
1
0
Форкнуть 0
The Silverlight version of the NUnit 3 Framework
Перейти к файлу
Rob Prouse 98e63589ee Merge pull request #1 from nunit/issue-1601
Move SilverLight to its own Repository
2016-10-14 13:58:43 -04:00
nuget Removing unused projects and files 2016-10-13 17:56:44 -04:00
packages Added portable to the Linux solution 2015-09-08 15:27:37 -04:00
src Removing unused projects and files 2016-10-13 17:56:44 -04:00
tools Update build script and artifacts 2016-10-11 21:10:01 +01: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 Update build script and artifacts 2016-10-11 21:10:01 +01:00
BUILDING.md Remove Cake target 'TestAll' 2016-08-09 19:57:50 +02:00
CHANGES.txt Added two additional features to the CHANGES 2016-10-04 17:34:55 -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
NOTICES.txt
NuGet.config Remove clear from NuGet.config 2016-06-19 20:17:19 -07:00
README.md Updated the Readme 2016-10-13 18:07:25 -04:00
Rebracer.xml Initisal preparation for the 3.5 release 2016-10-02 22:04:09 -04:00
appveyor-tool.ps1 change order and fix spelling 2016-03-05 09:31:18 +07:00
appveyor.yml Update build script and artifacts 2016-10-11 21:10:01 +01:00
build Update top-level script commands and remove old ones 2015-12-25 11:24:34 -08:00
build.cake Removed unused files and updated Cake build 2016-10-13 17:48:26 -04:00
build.cmd Update top-level script commands and remove old ones 2015-12-25 11:24:34 -08:00
build.ps1 Update build script and artifacts 2016-10-11 21:10:01 +01:00
build.sh Merge changes from Travis build 2015-12-11 18:02:51 -08:00
nunit-sl.sln Removing unused projects and files 2016-10-13 17:56:44 -04:00
nunit-sl.sln.DotSettings Removed unused files and updated Cake build 2016-10-13 17:48:26 -04:00

README.md

NUnit SilverLight 3

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.

This repository contains the SilverLight 5.0 version of the NUnit Framework. More information can be found in the main NUnit Framework repository and in the documentation.

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.