Class CombinatorialAttribute
Marks a test to use a combinatorial join of any argument data provided. Since this is the default, the attribute is optional.
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class CombinatorialAttribute : CombiningStrategyAttribute, ITestBuilder, IApplyToTest
Constructors
View SourceCombinatorialAttribute()
Default constructor
Declaration
public CombinatorialAttribute()