Свойство | Тип | Описание | |
---|---|---|---|
testResult | TestResult |
Метод | Описание | |
---|---|---|
CreateWorkItem ( System.Test test, TestExecutionContext context, ITestFilter filter ) : WorkItem | ||
Execute ( ) : void |
Execute the current work item, including any child work items.
|
|
WorkItem ( System.Test test, TestExecutionContext context ) : System |
Construct a WorkItem for a particular test.
|
Метод | Описание | |
---|---|---|
PerformWork ( ) : void |
Method that performs actually performs the work. It should set the State to WorkItemState.Complete when done.
|
|
WorkItemComplete ( ) : void |
Method called by the derived class when all work is complete
|
Метод | Описание | |
---|---|---|
RunTest ( ) : void | ||
RunTestOnOwnThread ( int timeout ) : void |
public static CreateWorkItem ( System.Test test, TestExecutionContext context, ITestFilter filter ) : WorkItem | ||
test | System.Test | |
context | TestExecutionContext | |
filter | ITestFilter | |
Результат | WorkItem |
public WorkItem ( System.Test test, TestExecutionContext context ) : System | ||
test | System.Test | The test that the WorkItem will run |
context | TestExecutionContext | The context to be used for running this test |
Результат | System |