Table of Contents

Class SequentialAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Marks a test to use a Sequential join of any argument data provided. Arguments will be combined into test cases, taking the next value of each argument until all are used.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class SequentialAttribute : CombiningStrategyAttribute, ITestBuilder, IApplyToTest
Inheritance
SequentialAttribute
Implements
Inherited Members

Constructors

SequentialAttribute()

Default constructor

public SequentialAttribute()