NumberRangeCompareType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Numerical range compare type (InRange, outsiderange)

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum NumberRangeCompareType
Members

  Member nameValueDescription
InRange0 Tests that the number is inside the specified range.
OutsideRange1 Tests that the number is outside the specified range.
See Also

Reference