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.
public PairwiseAttribute()
Default constructor