зеркало из
1
0
Форкнуть 0
The Silverlight version of the NUnit 3 Framework
Перейти к файлу
Rob Prouse 0b98d66684 Updating building and NuGet files based on errors while creating the release 2015-05-12 19:35:15 -04:00
install Fix all packages so they are created from the install image in the package working dir 2015-05-05 14:46:29 -07:00
nuget Updating building and NuGet files based on errors while creating the release 2015-05-12 19:35:15 -04:00
packages Add new files to CF build 2015-02-02 21:21:52 -08:00
src Fixes #648 2015-05-12 16:04:57 -04:00
tools Created NuGet nuspec packages and added them to the build 2014-09-12 11:24:27 -04:00
.editorconfig Re-adding files deleted by the merge 2014-11-11 08:57:52 -05:00
.gitattributes Added a Resharper DotSettings file for the solution with a few templates and the copyright header. 2014-01-25 15:34:01 -05:00
.gitignore Updated CHANGES.txt with recent changes 2015-05-12 18:21:17 -04:00
.travis.yml Fix error: remove 3.5 build from travis 2015-02-23 11:47:32 -08: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 Updated CHANGES.txt with recent changes 2015-05-12 18:21:17 -04:00
CONTRIBUTORS.md Updated Igor's name in the contributors lists 2015-05-11 09:48:32 -04:00
EngineAndConsoleTests.nunit Add .nunit test projects for testing 2014-12-18 12:49:25 -08: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 Updating building and NuGet files based on errors while creating the release 2015-05-12 19:35:15 -04:00
NUnit.sln.DotSettings Renamed the dotsettings file and fixed the copyright template 2014-11-02 14:42:45 -05:00
README.md Updated Igor's name in the contributors lists 2015-05-11 09:48:32 -04:00
Rebracer.xml Fixed up some settings in the Rebracer.xml to better reflect the coding standards 2014-11-11 08:48:05 -05:00
appveyor.yml Build engine and runner only once 2015-02-19 09:10:26 -08:00
build Add CF 3.5 build (compile only) to the Appveyor build 2014-11-03 18:16:42 -08:00
build.cmd Add CF 3.5 build (compile only) to the Appveyor build 2014-11-03 18:16:42 -08: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 Added icon to the add/remove programs 2015-01-04 08:25:23 -05:00
nunit.linux.sln Remove 3.5 build from linux solution file 2015-02-24 19:13:38 -08:00
nunit.sln Add nunit.core.engine nuspec package. Fixes #641 2015-05-11 10:30:41 -07:00
nunitCF35.sln Add mock-nunit-assembly and slow-nunit-tests to CF build 2014-11-20 19:31:13 -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 2.6, is the seventh major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.

This repository is for the upcoming 3.0 version of the framework. The vision is that the NUnit 3.0 Extended Testing Platform will be a world-class platform for individuals and teams using a test-centric approach to .NET software development.

If you are interested in helping with NUnit development, we welcome bug reports, enhancements and pull requests. A great place to start is by reading the Developer FAQ and then checking the outstanding issues.

License

NUnit 3.0 is under the MIT license. All previous versions were released under the NUnit license. Both of these licenses allow the use of NUnit in free and commercial applications and libraries without restrictions.

Contributors

The NUnit 3.0 team is led by Charlie Poole and Rob Prouse. Terje Sandstrom maintains the Visual Studio adapters and Neil Colvin keeps the CF version of the framework on track.

Other members of the NUnit team are;

NUnit would also not be possible without the numerous contributions from the community. A complete list of contributors since NUnit migrated to Git 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.

We would also like to thank the following people for their contributions and support: Jamie Cansdale, Cvetomir Todorov, Doug de la Torre, David White, Ethan Smith, Al Gonzalez, Ron Jeffries and Rob Jeffries. A special acknowledgment needs to be sent to Kent Beck and Erich Gamma because without their efforts none of this would have been possible.