Info
Version: | 1.0.1 |
Author(s): | Morten Lemvigh |
Last Update: | Friday, June 22, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://parameterizedtest.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/Mbl.ParameterizedTest |
Install
Install-Package Mbl.ParameterizedTest
dotnet add package Mbl.ParameterizedTest
paket add Mbl.ParameterizedTest
Mbl.ParameterizedTest Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Others only support them through attributes on the test method, and that may not always be easy to read - and it is limited to compile time constants.
This library is an attempt to give support for parameterized tests from within a single test with a fluent syntax. Packages exists targeted at specific test frameworks, but this core package should be usable from all test frameworks.