Class PairwiseAttribute
Marks a test as using a pairwise join of any supplied argument data. 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()