Class PairwiseAttribute
Marks a test to use a pairwise join of any argument data provided. Arguments will be combined in such a way that all possible pairs of arguments are used.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class PairwiseAttribute : CombiningStrategyAttribute, ITestBuilder, IApplyToTest
- Inheritance
-
PairwiseAttribute
- Implements
- Inherited Members
Constructors
PairwiseAttribute()
Default constructor
public PairwiseAttribute()