LoadTestCaseExpectedLoad Property |
Gets or sets the expected number of iterations per second during the performance testing
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public double ExpectedLoad { get; set; }
<DataMemberAttribute>
Public Property ExpectedLoad As Double
Get
Set
public:
[DataMemberAttribute]
property double ExpectedLoad {
double get ();
void set (double value);
}
[<DataMemberAttribute>]
member ExpectedLoad : float with get, set
Property Value
Type:
Double
An
Double value that represents ExpectedLoad of the current object
See Also