TestFirst.Net 0.2.1

dotnet add package TestFirst.Net --version 0.2.1
NuGet\Install-Package TestFirst.Net -Version 0.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TestFirst.Net" Version="0.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TestFirst.Net --version 0.2.1
#r "nuget: TestFirst.Net, 0.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TestFirst.Net as a Cake Addin
#addin nuget:?package=TestFirst.Net&version=0.2.1

// Install TestFirst.Net as a Cake Tool
#tool nuget:?package=TestFirst.Net&version=0.2.1

Testing library providing a fluent bdd testing approach. Can be easily integrated into your own testing tools (nunit, xunit, moq, etc)

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.1 124 3/10/2014
0.2.0 55 2/16/2014

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