Adds pairwise and combinatorial testing to Xunit. When combined with Xunit's [Theory] attribute, generates test cases that run a test under many conditions that you control via test method parameters.
$ dotnet add package Xunit.CombinatorialThe v1.x versions of this package support xunit 2. The v2.x versions of this package support xunit 3.