Decorates a test method and causes it to be invoked repeatedly.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public class RepeatAttribute : TestDecoratorPatternAttribute |
| Visual Basic (Declaration) |
|---|
Public Class RepeatAttribute _ 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.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.RepeatAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.RepeatAttribute
