Info
Version: | 1.6.24 |
Author(s): | Andrew Arnott |
Last Update: | Tuesday, August 29, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aarnott/Xunit.Combinatorial |
NuGet Url: | https://www.nuget.org/packages/Xunit.Combinatorial |
Install
Install-Package Xunit.Combinatorial
dotnet add package Xunit.Combinatorial
paket add Xunit.Combinatorial
Xunit.Combinatorial Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- xunit.extensibility.core(>= 2.1.0)
- NETStandard.Library(>= 1.6.1)
- xunit.extensibility.core(>= 2.2.0)
- xunit.extensibility.core(>= 2.2.0)
Tags
When combined with Xunit's [Theory] attribute, generates test cases that run a test under many conditions that you control via test method parameters.