OTX Reference  
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ContextVariableGetValue Class Reference

With this set of parameters the value of a ContextVariable can simulated. The value can be read via the callback function from the environment. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ContextVariableGetValue:
Inheritance graph

Public Attributes

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration dataType
 The element contains the data type of the ContextVariable as a string. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration name
 The element contains the full name of the ContextVariable. More...
 
ResultParameterDeclaration value
 The element contains the returned value of the simulated ContextVariable. More...
 

Detailed Description

With this set of parameters the value of a ContextVariable can simulated. The value can be read via the callback function from the environment.

Exceptions
Core.Exceptions.TypeMismatchExceptionOnly if there is a path: If the path points to a location which has not been allocated (like a list index exceeding list length, or a map key which is not part of the map).

Member Data Documentation

◆ dataType

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ContextVariableGetValue.dataType

The element contains the data type of the ContextVariable as a string.

◆ name

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ContextVariableGetValue.name

The element contains the full name of the ContextVariable.

◆ value

ResultParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ContextVariableGetValue.value

The element contains the returned value of the simulated ContextVariable.