SimpleWorkItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class SimpleWorkItem : NUnit.Framework.Internal.WorkItems.WorkItem
type SimpleWorkItem = class
inherit WorkItem
- Inheritance
Constructors
| SimpleWorkItem(TestCommand, FinallyDelegate) | |
| SimpleWorkItem(TestMethod, FinallyDelegate) |
Fields
| finD | (Inherited from WorkItem) |
| testResult | (Inherited from WorkItem) |
Properties
| Context | (Inherited from WorkItem) |
| Result | (Inherited from WorkItem) |
| State | (Inherited from WorkItem) |
| Test | (Inherited from WorkItem) |
Methods
| Execute(TestExecutionContext) | (Inherited from WorkItem) |
| PerformWork() | |
| WorkItemComplete() | (Inherited from WorkItem) |
Events
| Completed | (Inherited from WorkItem) |