зеркало из
1
0
Форкнуть 0
The .NET Compact Framework 3.5 version of the NUnit Framework
Перейти к файлу
CharliePoole fddabe359d Merge pull request #1 from nunit/issue-1599
Remove non-CF build files, solutions and projects
2016-10-25 17:34:40 -07:00
nuget Remove non-CF build files, solutiosn and projects 2016-10-25 17:32:27 -04:00
packages Added portable to the Linux solution 2015-09-08 15:27:37 -04:00
src Remove non-CF build files, solutiosn and projects 2016-10-25 17:32:27 -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 Updated BUILDING.md with info about the command line option to show the tasks 2016-10-24 21:36:38 -04: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 Move common text files to root 2014-09-01 06:01:22 -07:00
NuGet.config Remove clear from NuGet.config 2016-06-19 20:17:19 -07:00
README.md Remove non-CF build files, solutiosn and projects 2016-10-25 17:32:27 -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 Further cleanup of the build script based on code review 2016-10-25 20:13:21 -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
nunitCF35.sln Make CF tests pass when run under desktop .NET 2016-03-06 12:58:21 -08:00

README.md

NUnit 3 for .NET Compact Framework 3.5

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, has been completely rewritten with many new features and support for a wide range of .NET platforms.

This repository contains the .NET Compact Framework 3.5 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 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 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.