<PackageReference Include="NUnit" Version="2.6.0.12054" />

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