Mbl.ParameterizedTest
0.5.2-alpha
See the version list below for details.
dotnet add package Mbl.ParameterizedTest --version 0.5.2-alpha
NuGet\Install-Package Mbl.ParameterizedTest -Version 0.5.2-alpha
<PackageReference Include="Mbl.ParameterizedTest" Version="0.5.2-alpha" />
paket add Mbl.ParameterizedTest --version 0.5.2-alpha
#r "nuget: Mbl.ParameterizedTest, 0.5.2-alpha"
// Install Mbl.ParameterizedTest as a Cake Addin #addin nuget:?package=Mbl.ParameterizedTest&version=0.5.2-alpha&prerelease // Install Mbl.ParameterizedTest as a Cake Tool #tool nuget:?package=Mbl.ParameterizedTest&version=0.5.2-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 | Versions 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. |
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,789 | 6/22/2018 |
0.5.8-alpha | 1,363 | 3/21/2017 |
0.5.6-alpha | 1,646 | 4/11/2016 |
0.5.5-alpha | 1,474 | 3/31/2016 |
0.5.4-alpha | 1,414 | 3/31/2016 |
0.5.3-alpha | 1,415 | 3/31/2016 |
0.5.2-alpha | 1,384 | 3/30/2016 |
0.5.1-alpha | 1,429 | 3/30/2016 |
This is an initial release and the API is still under development, expect braking changes...