Editar

SimpleWorkItem Class

Definition

public class SimpleWorkItem : NUnit.Framework.Internal.WorkItems.WorkItem
type SimpleWorkItem = class
    inherit WorkItem
Inheritance
SimpleWorkItem

Constructors

Name Description
SimpleWorkItem(TestCommand, FinallyDelegate)
SimpleWorkItem(TestMethod, FinallyDelegate)

Fields

Name Description
finD (Inherited from WorkItem)
testResult (Inherited from WorkItem)

Properties

Name Description
Context (Inherited from WorkItem)
Result (Inherited from WorkItem)
State (Inherited from WorkItem)
Test (Inherited from WorkItem)

Methods

Name Description
Execute(TestExecutionContext) (Inherited from WorkItem)
PerformWork()
WorkItemComplete() (Inherited from WorkItem)

Events

Name Description
Completed (Inherited from WorkItem)

Applies to