<PackageReference Include="nunit" Version="2.5.9.10348" />

PairwiseAttribute

Marks a test to use pairwise join of any argument data provided. NUnit will attempt too excercise every pair of argument values at least once, using as small a number of test cases as it can. With only two arguments, this is the same as a combinatorial join.

Default constructor