EnumNumberCompareType
Enum
Numerical compare type (Equals, less than..etc)
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum NumberCompareType
Fields
GreaterThan
Verify A is greater than B.
GreaterThanOrEqual
Verify A is greater than or equal to B.
LessThan
Verify A is less than B.
LessThanOrEqual
Verify A is less than or equal to B.
NotEqual
Verify A is not equal to B.