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

CombinatorialAttribute

Marks a test to use a combinatorial join of any argument data provided. NUnit will create a test case for every combination of the arguments provided. This can result in a large number of test cases and so should be used judiciously. This is the default join type, so the attribute need not be used except as documentation.

Default constructor