C# 클래스 Microsoft.Protocols.TestManager.Kernel.GroupByOutcome

Test cases grouped by execution outcome.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UpdateTestCaseList UpdateTestCaseListCallback
UpdateTestCaseStatus UpdateTestCaseStatusCallback

공개 메소드들

메소드 설명
ChangeStatus ( string testCaseName, TestCaseStatus status ) : void
GetList ( ) : List
SetTestCaseList ( List testcases ) : void

메소드 상세

ChangeStatus() 공개 메소드

public ChangeStatus ( string testCaseName, TestCaseStatus status ) : void
testCaseName string
status TestCaseStatus
리턴 void

GetList() 공개 메소드

public GetList ( ) : List
리턴 List

SetTestCaseList() 공개 메소드

public SetTestCaseList ( List testcases ) : void
testcases List
리턴 void

프로퍼티 상세

UpdateTestCaseList 공개적으로 프로퍼티

public UpdateTestCaseListCallback UpdateTestCaseList
리턴 UpdateTestCaseListCallback

UpdateTestCaseStatus 공개적으로 프로퍼티

public UpdateTestCaseStatusCallback UpdateTestCaseStatus
리턴 UpdateTestCaseStatusCallback