James.Testing 1.0.9

dotnet add package James.Testing --version 1.0.9
NuGet\Install-Package James.Testing -Version 1.0.9
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="James.Testing" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add James.Testing --version 1.0.9
#r "nuget: James.Testing, 1.0.9"
#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 James.Testing as a Cake Addin
#addin nuget:?package=James.Testing&version=1.0.9

// Install James.Testing as a Cake Tool
#tool nuget:?package=James.Testing&version=1.0.9

A library of test utilities.  It is named after the author who wrote the book of James in the Bible.  (James 1:2-3)

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on James.Testing:

Package Downloads
James.Testing.Rest

A library of helpers for the purpose of testing rest-based services. It is named after the author who wrote the book of James in the Bible. (James 1:2-3)

James.Testing.Pdf

A library of helpers for the purpose of testing pdf documents/content. It is named after the author who wrote the book of James in the Bible. (James 1:2-3)

James.Testing.Messaging

A library of helpers for the purpose of testing message-based services. It is named after the author who wrote the book of James in the Bible. (James 1:2-3)

James.Testing.Messaging.MassTransit

A library of helpers for the purpose of testing message-based services using MassTransit. It is named after the author who wrote the book of James in the Bible. (James 1:2-3)

James.Testing.Wcf

A library of helpers for the purpose of testing soap-based services. It is named after the author who wrote the book of James in the Bible. (James 1:2-3)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 23,521 1/16/2015
1.0.8 1,374 12/12/2014
1.0.7 4,913 10/18/2014
1.0.6 1,229 8/24/2014
1.0.5 1,538 8/22/2014
1.0.4 2,947 7/31/2014
1.0.3 1,154 7/31/2014
1.0.2 1,302 7/30/2014
1.0.1 1,197 7/22/2014
1.0.0 1,607 8/15/2013

Added functionality to execute an action, that if throws will run some clean up before throwing.