Mbl.ParameterizedTest 0.5.3-alpha

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

// Install Mbl.ParameterizedTest as a Cake Tool
#tool nuget:?package=Mbl.ParameterizedTest&version=0.5.3-alpha&prerelease

MSTest does not support parameterized tests or row tests. The only solution is data driven tests, but that may be a bit much for simple tests. The framework
   has poor support for extensions, so this is an attempt to give support for parameterized tests from within a single test.

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

Showing the top 1 NuGet packages that depend on Mbl.ParameterizedTest:

Package Downloads
Mbl.ParameterizedTest.MsTest

This is a MSTest extension for the ParameterizedTest library that will provide nicer error message formatting when ParameterizedTest is used together with MSTest.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 1,672 6/22/2018
0.5.8-alpha 1,260 3/21/2017
0.5.6-alpha 1,587 4/11/2016
0.5.5-alpha 1,398 3/31/2016
0.5.4-alpha 1,354 3/31/2016
0.5.3-alpha 1,346 3/31/2016
0.5.2-alpha 1,326 3/30/2016
0.5.1-alpha 1,354 3/30/2016

Added ExpectTheSame to support identity mappings without having to retype the input.