OTX Reference
|
|
Checks a value in a Map More...
Public Attributes | |
MapTerm | map |
Reference to a map. More... | |
Term | value |
Value that is assigned to a key within a map. 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 a value in a Map
MapContainsValue
is a term which returns true
,if the specified value in the Map
is found, otherwise false
.
MapTerm OpenTestSystem.Otx.Core.Terms.MapContainsValue.map |
Reference to a map.
Term OpenTestSystem.Otx.Core.Terms.MapContainsValue.value |
Value that is assigned to a key within a map.