Decorates a test method and causes it to be invoked repeatedly
on multiple concurrent threads.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public class ThreadedRepeatAttribute : TestDecoratorPatternAttribute |
| Visual Basic (Declaration) |
|---|
Public Class ThreadedRepeatAttribute _ Inherits TestDecoratorPatternAttribute |
Remarks
Each repetition of the test method will occur within its own individually labeled test step so that it can be identified in the test report.
The initialize, setup, teardown and dispose methods will are invoked around each repetition of the test. Be aware that this means that these invocations may occur concurrently!
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.ThreadedRepeatAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.ThreadedRepeatAttribute
