Metadata >> NuGet >> TestFirst.Net

TestFirst.Net

Metadata

Authors TestFirst.Net
Copyrights Copyright © TestFirst.Net 2014
Description Testing library providing a fluent bdd testing approach. Can be easily integrated into your own testing tools (nunit, xunit, moq, etc)
IconUrl http://testfirstnet.github.io/TestFirst.Net/icon.png
LicenseUrl http://testfirstnet.github.io/TestFirst.Net/LICENSE.txt
Owners TestFirst.Net
ProjectUrl https://github.com/TestFirstNet/TestFirst.Net/
ReleaseNotes Noteable changes * Breaking: Moved Random and RandomFiller from TestFirst.Net.Random to TestFirst.Net.Rand to avoid naming clashes * Updated : Random.TimeSpan now generates values using the entire resolution (not just down to seconds) * Updated : Random.DateTime now uses a wider range and uses the fll resolution of DateTime * New : FluentMock now supports asserting number of times methods/property-access is called * New : Actually implement AnArray.EqualTo * New : Add convenience string and int matcher methods on AList.InOrder and AList.AnyOrder * New : Add AString.Empty and AString.EmptyOrNull * New : Add Random.DateTimeOffset
RequireLicenseAcceptance False
Tags testing bdd fluent nunit moq
Title TestFirst.Net
PackageSize 284994
PackageHashAlgorithm SHA512
PackageHash LB9zbCV3aaGqDboPFcN3Lgn5upJ9tJwYzLswXYUsdUIczTgtdhyQQK5e3oVxG9oSt8v55KxdAQ3//wMDgBv2PA==
DownloadCount 000000
CreatedDate 2014-03-10T07:00:57

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

OpenWrap

Installing the package:
o add-wrap TestFirst.Net
Uninstalling the package:
o remove-wrap TestFirst.Net

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
0.2.1.0