Decorator invorkers are used to modify the way a fixute method is executed. Popular examples of such is the ExpectedExceptionRunInvoker or the RepeatRunInvoker.

Namespace:  MbUnit.Core.Invokers
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public abstract class DecoratorRunInvoker : IRunInvoker
Visual Basic (Declaration)
Public MustInherit Class DecoratorRunInvoker _
	Implements IRunInvoker

Inheritance Hierarchy

See Also