Click or drag to resize

LoadTestReportItemLoadGraph Property

Gets or sets the theoretical load graph according to test parameters.

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public List<MeasurePoint> LoadGraph { get; set; }

Property Value

Type: ListMeasurePoint
The load graph.
See Also