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.
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class PairwiseAttribute : CombiningStrategyAttribute, ITestBuilder, IApplyToTest
Constructors
View SourcePairwiseAttribute()
Default constructor
Declaration
public PairwiseAttribute()