Metadata >> NuGet >> NUnit

NUnit

Metadata

Authors Oleksii Glib
Description NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. Version 2.6 is the seventh major release of this well-known and well-tested programming tool. This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.
IconUrl http://nunit.org/nuget/nunit_32x32.png
Language en-US
LicenseUrl https://github.com/acropolium/Rest4Net/blob/master/license.txt
Owners Charlie Poole
ProjectUrl https://github.com/acropolium/Rest4Net
ReleaseNotes Version 2.6 is the seventh major release of NUnit. Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner. The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package.
RequireLicenseAcceptance False
Summary NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.
Tags nunit test testing tdd framework fluent assert theory plugin addin
Title NUnit
PackageSize 11543031
PackageHashAlgorithm SHA512
PackageHash KqWtpnYaHhj7B1b5HF+APa00o/7UM8hbJKqa+wmhmSlmFgylIbFLfZdQU1aZfiGwRFiTGzGG3DsCE4t+SUa5uQ==
DownloadCount 000000
CreatedDate 2014-06-28T07:41:11

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install NUnit -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install NUnit -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package NUnit
Installing the package (HTTP Basic authentication):
Install-Package NUnit -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package NUnit -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package NUnit

OpenWrap

Installing the package:
o add-wrap NUnit
Uninstalling the package:
o remove-wrap NUnit

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.6.3