SHHH.Infrastructure.Web.Testing 2.0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SHHH.Infrastructure.Web.Testing --version 2.0.0.1
NuGet\Install-Package SHHH.Infrastructure.Web.Testing -Version 2.0.0.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="SHHH.Infrastructure.Web.Testing" Version="2.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SHHH.Infrastructure.Web.Testing --version 2.0.0.1
#r "nuget: SHHH.Infrastructure.Web.Testing, 2.0.0.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 SHHH.Infrastructure.Web.Testing as a Cake Addin
#addin nuget:?package=SHHH.Infrastructure.Web.Testing&version=2.0.0.1

// Install SHHH.Infrastructure.Web.Testing as a Cake Tool
#tool nuget:?package=SHHH.Infrastructure.Web.Testing&version=2.0.0.1

Provides helper classes for writing routing unit tests for MVC and WebApi applications

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0.1 1,634 4/16/2014
2.1.0 1,229 12/2/2013
2.0.0.2 1,160 12/2/2013
2.0.0.1 1,391 4/25/2013
2.0.0 1,231 4/25/2013
1.3.3.3 1,319 4/9/2013
1.3.3.2 1,216 4/9/2013
1.3.3.1 1,204 4/3/2013

* 2.0.0.0: Breaking change: separated MVC and Web Api unit testing into 2 base classes, MvcRouteTestBase and HttpRouteTestBase respectively
     * 2.0.0.1: Exception message change