Specifies the maximum number of concurrent threads to use when tests are run in parallel
for all tests in the test assembly.
Namespace:
MbUnit.FrameworkAssembly: 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
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestAssemblyDecoratorPatternAttribute
MbUnit.Framework..::.DegreeOfParallelismAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestAssemblyDecoratorPatternAttribute
MbUnit.Framework..::.DegreeOfParallelismAttribute
