C# 클래스 Meyn.TestLink.TestPlanTotal

summary results for the execution of a testplan.
상속: TL_Data
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 프로퍼티들

프로퍼티 타입 설명
Details int>.Dictionary
Name string
Total_tc int
Type string

비공개 메소드들

메소드 설명
TestPlanTotal ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

프로퍼티 상세

Details 공개적으로 프로퍼티

Dictionary with execution totals
public Dictionary Details
리턴 int>.Dictionary

Name 공개적으로 프로퍼티

category value
public string Name
리턴 string

Total_tc 공개적으로 프로퍼티

total test cases that are covered in this test plan
public int Total_tc
리턴 int

Type 공개적으로 프로퍼티

category name
public string Type
리턴 string