NUnit.Framework.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.
namespace NUnit.Framework
{
public class SequentialAttribute : CombiningStrategyAttribute
{
public SequentialAttribute();
}
}