OTX-Runtime for C++
|
|
Allows users to implement their own ContextVariables. More...
#include <IContextVariableImplementation.h>
Public Member Functions | |
virtual std::shared_ptr< Object > | GetValue (std::shared_ptr< IRuntimeContext > runtimeContext, std::shared_ptr< IContextVariable > variable, std::shared_ptr< Object > initMappingValue)=0 |
Invoked each time the OTX runtime reads the value of a ContextVariable from the environment. More... | |
Allows users to implement their own ContextVariables.
|
pure virtual |
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.