NTestCaseBuilder 2.5.1

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

// Install NTestCaseBuilder as a Cake Tool
#tool nuget:?package=NTestCaseBuilder&version=2.5.1

This is a .NET library that generates sets of test cases, for use by parameterised tests.
       
Think of it as being a DSL for making 'object mothers', whose generated data can be used as test cases (or for any other purpose, for that matter).

Each test case is built up progressively from smaller pieces of data that are combined together.

The smallest pieces are referred to as 'test variables'. Each test variable is constrained to take values from its own set of allowed 'levels'.

Changing each test variable independently to a new level produces a new test case.

If a test requires a certain 'strength' of coverage of combinations of levels from different test variables, the library produces a stream of test cases that honour this guarantee while avoiding getting swamped with a combinatoric explosion of test cases.

If a parameterised test fails with an exception for a specific test case, the library creates a signature that allows it to reproduce the failing test case immediately in a separate test; this is to aid debugging.

The sources are written in F#, but the API can be used just as comfortably from C# as from F#.

The documentation is on the front page of the GitHub site: https://github.com/sageserpent-open/NTestCaseBuilder.

You can also find sample code ready to run by installing the NuGet samples package: NTestCaseBuilder.Samples.

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

Showing the top 1 NuGet packages that depend on NTestCaseBuilder:

Package Downloads
NTestCaseBuilder.Samples

NTestCaseBuilder library samples. It will add some C# sample files into a folder 'Samples\NTestCaseBuilder' within the referencing project. These samples can be built and run, mostly as NUnit tests.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.1 2,229 5/16/2014
2.5.0 1,149 5/11/2014
2.4.0 1,639 2/17/2014
2.3.0 1,403 1/31/2014
2.2.0.1 1,167 11/16/2013
2.2.0 1,772 10/27/2013
2.1.1 1,226 10/13/2013
2.1.0 1,394 10/13/2013
2.0.0 1,890 10/6/2013
1.3.3 1,556 2/26/2013
1.3.2 1,501 2/25/2013
1.3.1 1,447 2/3/2013
1.3.0 1,215 1/18/2013
1.2.2 1,204 1/7/2013
1.2.1 1,202 1/7/2013
1.2.0 1,431 9/19/2012