SequentialAttribute
Marks a test to use a sequential join of any argument data
provided. NUnit will use arguements for each parameter in
sequence, generating test cases up to the largest number
of argument values provided and using null for any arguments
for which it runs out of values. Normally, this should be
used with the same number of arguments for each parameter.
public SequentialAttribute()
Default constructor