Classes
| Class | Description | |
|---|---|---|
| ArgumentFeederRunInvoker | ||
| ConditionalExceptionRunInvoker | ||
| CustomRunInvoker | ||
| DecoratorRunInvoker |
Decorator invorkers are used to modify the way a fixute method is executed.
Popular examples of such is the ExpectedExceptionRunInvoker
or the RepeatRunInvoker.
| |
| DelegateRunInvoker | ||
| DurationRunInvoker | ||
| ExpectedExceptionRunInvoker | ||
| ExplicitRunInvoker |
Invoker for tests decorated with the ExplicitAttribute.
| |
| FailedLoadingRunInvoker | ||
| IgnoredLoadingRunInvoker | ||
| IgnoreRunInvoker | ||
| InvokerEventArgs |
TODO - Add class summary
| |
| MethodFailedLoadingRunInvoker | ||
| MethodRunInvoker |
An invoker that wraps up the call to a fixture method.
| |
| MultipleCultureRunInvoker | ||
| PropertyGetRunInvoker |
Summary description for PropertyGetRunInvoker.
| |
| RepeatRunInvoker | ||
| RunInvoker | ||
| RunInvokerTree | ||
| RunInvokerTreeEventArgs |
Summary description for RunInvokerTreeEventHandler.
| |
| RunInvokerVertex |
A IVertex implementation, containing a
IRunInvoker.
| |
| RunInvokerVertexProvider |
Internal use
| |
| TestSuiteGenerationFailedRunInvoker | ||
| ThreadedRepeatRunInvoker |
Interfaces
| Interface | Description | |
|---|---|---|
| IRunInvoker |
This interface defines a method invoker object.
|
Delegates
| Delegate | Description | |
|---|---|---|
| InvokerEventHandler | ||
| RunInvokerTreeEventHandler |
