Decorates a test method and causes it to be invoked repeatedly.

Namespace:  MbUnit.Framework
Assembly:  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

See Also