Modifica

CompositeWorkItem Class

Definition

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

Constructors

Name Description
CompositeWorkItem(TestSuite, ITestFilter, 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