OTX Reference  
OpenTestSystem.Otx.Extensions.UnitTest.Declarations Namespace Reference

UnitTest Declarations More...

Classes

class  CallbackMultiInstanceParameters
 This parameter of a callback function must be of data type String. More...
 
class  CallbackParameterDeclaration
 Parameters of a callback function. The name and the data type of the parameter shall match to the parameters of the related action. More...
 
class  CallbackParameters
 The extensible parameter set. Each type of callback define its own parameter set, like unittest:ConfirmDialog. More...
 
class  ChoiceDialog
 With this set of parameters the ChoiceDialog action of the HMI extension will be simulated. More...
 
class  CloseScreen
 With this set of parameters the CloseScreen action of the HMI extension will be simulated. More...
 
class  ConfirmDialog
 With this set of parameters the ConfirmDialog action of the HMI extension will be simulated. More...
 
class  ContextVariableGetValue
 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...
 
class  CreateProvider
 With this set of parameters the CreateProvider action of the ExternalServiceProvider extension will be simulated. More...
 
class  DialogParameters
 Abstract class for all dialog-relevant callback functions of the HMI extension. More...
 
class  DisposeProvider
 With this set of parameters the DisposeProvider action of the ExternalServiceProvider extension will be simulated. More...
 
class  ExecuteDeviceService
 With this set of parameters the ExecuteDeviceService action of the Measure extension will be simulated. More...
 
class  ExecuteService
 With this set of parameters the ExecuteService action of the ExternalServiceProvider extension will be simulated. More...
 
class  GetProperty
 With this set of parameters the GetProperty term of the ExternalServiceProvider extension will be simulated. More...
 
class  GetServiceProviderEventValues
 With this set of parameters the GetServiceProviderEventValues action of the ExternalServiceProvider extension will be simulated. More...
 
class  HighlightScreen
 With this set of parameters the HighlightScreen action of the HMI extension will be simulated. More...
 
class  InParameterDeclaration
 Input parameter declaration of a callback function. The related parameter will be transport from the caller to the callback function. The parameter can be omitted freely, if there is no interest of this parameter. More...
 
class  InputDialog
 With this set of parameters the InputDialog action of the HMI extension will be simulated. More...
 
class  OpenScreen
 With this set of parameters the OpenScreen action of the HMI extension will be simulated. More...
 
class  ParameterChanged
 With this set of parameters a parameter change of signature (ScreenSignature, DeviceServiceSignature etc.) will be simulated. Every change of the value of a parameter inside OTX will call this function. More...
 
class  ResultParameterDeclaration
 Parameters of a callback function. The parameter transports the result of the callback function back to the caller. More...
 
class  SetProperty
 With this set of parameters the SetProperty action of the ExternalServiceProvider extension will be simulated. More...
 
class  ShowDocumentDialog
 With this set of parameters the ShowDocumentDialog action of the HMI extension will be simulated. More...
 
class  StateVariableSetValue
 With this set of parameters the value of a StateVariable get for simulation. More...
 
class  TerminateService
 With this set of parameters the TerminateService action of the ExternalServiceProvider extension will be simulated. More...
 
class  TestParameterDeclarations
 UnitTest parameter declarations More...
 

Detailed Description