OTX Reference
|
|
Checks the left value is greater than the right value More...
Public Attributes | |
SimpleTerm | left |
Represents the value that has to be greater or equal than the <right> value. More... | |
SimpleTerm | right |
Represents the value that has to be less or equal than the <left> value. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Checks the left value is greater than the right value
IsGreater
is a BooleanTerm
. Returns true
if and only if the left
value is greater than the right
value.
SimpleTerm OpenTestSystem.Otx.Core.Terms.IsGreater.left |
Represents the value that has to be greater or equal than the <right> value.
SimpleTerm OpenTestSystem.Otx.Core.Terms.IsGreater.right |
Represents the value that has to be less or equal than the <left> value.