Metadata >> NuGet >> Testeroids

Testeroids

Metadata

Authors Testeroids
Copyrights Copyright Testeroids 2012-2014
Description Testeroids is a framework and a set of guidelines working in concert for great productivity in unit testing of .NET projects.
IconUrl https://secure.gravatar.com/avatar/c05b49afb83da5e7bd365e574e60679d?s=128
LicenseUrl https://github.com/Testeroids/Testeroids/blob/master/LICENSE.md
Owners pombeirp,salfab
ProjectUrl http://testeroids.github.com/Testeroids/
RequireLicenseAcceptance False
Summary Contains the Context Specification base classes, aspects and unit test helpers used to build .NET unit testing projects based on the AAA (Act/Arrange/Assert) pattern.
Tags Aspects Unit Tests
Dependencies Humanizer:1.29.0|JetBrains.Annotations.Redist:7.1|Moq:4.2.1409.1722|NUnit:2.6.3|PostSharp:3.1.52|RxSchedulers.Switch:2.2.4|Rx-Testing:2.2.4
Title Testeroids Unit Testing Framework
PackageSize 177762
PackageHashAlgorithm SHA512
PackageHash qNoeo2xUsCQpKj125RV4I1VaAzSGoMpnJuOB3OPSV6TzwBzD3YCWxAi975AUvpyw2+md9VeddCTZR8Ls/5fhPQ==
DownloadCount 000000
CreatedDate 2015-07-15T08:42:51

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 Testeroids -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Testeroids -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 Testeroids
Installing the package (HTTP Basic authentication):
Install-Package Testeroids -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Testeroids -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Testeroids

OpenWrap

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

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
1.0.571
1.0.385