Specifies the maximum number of concurrent threads to use when tests are run in parallel for all tests in the test assembly.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class DegreeOfParallelismAttribute : TestAssemblyDecoratorPatternAttribute
Visual Basic (Declaration)
Public Class DegreeOfParallelismAttribute _
	Inherits TestAssemblyDecoratorPatternAttribute

Remarks

Defaults to ProcessorCount or 2, whichever is greater.

Inheritance Hierarchy

See Also