Property | Type | Description | |
---|---|---|---|
UpdateTestCaseList | UpdateTestCaseListCallback | ||
UpdateTestCaseStatus | UpdateTestCaseStatusCallback |
Method | Description | |
---|---|---|
ChangeStatus ( string testCaseName, TestCaseStatus status ) : void | ||
GetList ( ) : List |
||
SetTestCaseList ( List |
public ChangeStatus ( string testCaseName, TestCaseStatus status ) : void | ||
testCaseName | string | |
status | TestCaseStatus | |
return | void |
public SetTestCaseList ( List |
||
testcases | List |
|
return | void |
public UpdateTestCaseListCallback UpdateTestCaseList | ||
return | UpdateTestCaseListCallback |