LoadTestCaseEvaluateThreshold Method |
Evaluates the performance threshold from the given definition.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected bool EvaluateThreshold(
PerformanceThreshold g,
out double calculatedValue
)
Protected Function EvaluateThreshold (
g As PerformanceThreshold,
<OutAttribute> ByRef calculatedValue As Double
) As Boolean
protected:
bool EvaluateThreshold(
PerformanceThreshold^ g,
[OutAttribute] double% calculatedValue
)
member EvaluateThreshold :
g : PerformanceThreshold *
calculatedValue : float byref -> bool
Parameters
- g
- Type: Hummingbird.TestFramework.AutomationPerformanceThreshold
The performance threshold to be evaluated. - calculatedValue
- Type: SystemDouble
The calculated value.
Return Value
Type:
Boolean
True indicate if the performance threshold is passed, otherwise, False
See Also