OTX Reference
|
|
Checks a key in a Map More...
Public Attributes | |
SimpleTerm | key |
The key, by which the value in a map can be accessed. More... | |
MapTerm | map |
Reference to 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 key in a Map
MapContainsKey
is a term which returns true
,if the specified key in the Map
is found, otherwise false
.
SimpleTerm OpenTestSystem.Otx.Core.Terms.MapContainsKey.key |
The key, by which the value in a map can be accessed.
MapTerm OpenTestSystem.Otx.Core.Terms.MapContainsKey.map |
Reference to a map.