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.InvokersAssembly: 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
System..::.Object
MbUnit.Core.Invokers..::.DecoratorRunInvoker
MbUnit.Core.Invokers..::.DurationRunInvoker
MbUnit.Core.Invokers..::.ExpectedExceptionRunInvoker
MbUnit.Core.Invokers..::.ExplicitRunInvoker
MbUnit.Core.Invokers..::.IgnoreRunInvoker
MbUnit.Core.Invokers..::.MultipleCultureRunInvoker
MbUnit.Core.Invokers..::.RepeatRunInvoker
MbUnit.Core.Invokers..::.ThreadedRepeatRunInvoker
MbUnit.Framework..::.PerfCounterAttribute..::.PerfCounterRunInvoker
MbUnit.Framework.Security..::.DenyPermissionDecoratorRunInvoker
MbUnit.Core.Invokers..::.DecoratorRunInvoker
MbUnit.Core.Invokers..::.DurationRunInvoker
MbUnit.Core.Invokers..::.ExpectedExceptionRunInvoker
MbUnit.Core.Invokers..::.ExplicitRunInvoker
MbUnit.Core.Invokers..::.IgnoreRunInvoker
MbUnit.Core.Invokers..::.MultipleCultureRunInvoker
MbUnit.Core.Invokers..::.RepeatRunInvoker
MbUnit.Core.Invokers..::.ThreadedRepeatRunInvoker
MbUnit.Framework..::.PerfCounterAttribute..::.PerfCounterRunInvoker
MbUnit.Framework.Security..::.DenyPermissionDecoratorRunInvoker
