Table of Contents

Class NonParallelizableAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Marks tests that should NOT be run in parallel.

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class NonParallelizableAttribute : ParallelizableAttribute, IApplyToTest, IApplyToContext
Inheritance
NonParallelizableAttribute
Implements
Inherited Members

Constructors

NonParallelizableAttribute()

Construct a NonParallelizableAttribute.

public NonParallelizableAttribute()