Class CombinatorialAttribute
Marks a test to use a combinatorial join of any argument data provided. Since this is the default, the attribute is optional.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class CombinatorialAttribute : CombiningStrategyAttribute, ITestBuilder, IApplyToTest
- Inheritance
-
CombinatorialAttribute
- Implements
- Inherited Members
Constructors
CombinatorialAttribute()
Default constructor
public CombinatorialAttribute()