C# Class Meyn.TestLink.TestPlanTotal

summary results for the execution of a testplan.
Inheritance: TL_Data
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Свойство Type Description
Details int>.Dictionary
Name string
Total_tc int
Type string

Private Methods

Méthode Description
TestPlanTotal ( CookComputing.XmlRpc.XmlRpcStruct data ) : System

Property Details

Details public_oe property

Dictionary with execution totals
public Dictionary Details
Résultat int>.Dictionary

Name public_oe property

category value
public string Name
Résultat string

Total_tc public_oe property

total test cases that are covered in this test plan
public int Total_tc
Résultat int

Type public_oe property

category name
public string Type
Résultat string