C# Class Meyn.TestLink.TestPlanTotal

summary results for the execution of a testplan.
Inheritance: TL_Data
Show file Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
Details int>.Dictionary
Name string
Total_tc int
Type string

Private Methods

Method Description
TestPlanTotal ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

Property Details

Details public property

Dictionary with execution totals
public Dictionary Details
return int>.Dictionary

Name public property

category value
public string Name
return string

Total_tc public property

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

Type public property

category name
public string Type
return string