ReportItemPassrate Property |
Gets the pass rate (percentage of passed items v.s all items
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public float Passrate { get; }
Public ReadOnly Property Passrate As Single
Get
public:
property float Passrate {
float get ();
}
member Passrate : float32 with get
Property Value
Type:
Single
The pass rate between 0 and 1;
See Also