OTX-Runtime for DotNet
|
|
Allows users to implement their own ContextVariables. More...
Public Member Functions | |
object | GetValue (IRuntimeContext runtimeContext, IContextVariable variable, object initMappingValue) |
Invoked each time the OTX runtime reads the value of a ContextVariable from the environment. More... | |
Allows users to implement their own ContextVariables.
object OpenTestSystem.Otx.Runtime.Api.Custom.IContextVariableImplementation.GetValue | ( | IRuntimeContext | runtimeContext, |
IContextVariable | variable, | ||
object | initMappingValue | ||
) |
Invoked each time the OTX runtime reads the value of a ContextVariable from the environment.
runtimeContext | The related runtime context. |
variable | The related context variable. |
initMappingValue | Init value in OTX-Mapping file, see Environment Presets. |
Implemented in OpenTestSystem.Otx.Runtime.Api.Custom.ContextVariableImplementation.