Class SequentialAttribute
Marks a test to use a sequential join of any provided argument data. Arguments will be combined into test cases, taking the next value of each argument until all are used.
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class SequentialAttribute : CombiningStrategyAttribute, ITestBuilder, IApplyToTest
Constructors
View SourceSequentialAttribute()
Default constructor
Declaration
public SequentialAttribute()