LoadTestCaseActualLoadGraph Property |
Gets or sets the actual load graph for the last execution, it can be compared to theoretic load.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public List<MeasurePoint> ActualLoadGraph { get; protected set; }
Public Property ActualLoadGraph As List(Of MeasurePoint)
Get
Protected Set
public:
property List<MeasurePoint^>^ ActualLoadGraph {
List<MeasurePoint^>^ get ();
protected: void set (List<MeasurePoint^>^ value);
}
member ActualLoadGraph : List<MeasurePoint> with get, set
Property Value
Type:
ListMeasurePoint
The actual load.
See Also