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

With this set of parameters the ChoiceDialog action of the HMI extension will be simulated. More...

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

Public Attributes

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration _default
 The element contains the default value of the ChoiceDialog. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration options
 The element contains the list of options of the ChoiceDialog. More...
 
ResultParameterDeclaration result
 The element contains the returned result of the simulated ChoiceDialog. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Extensions.UnitTest.Declarations.DialogParameters
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration message
 The element contains the message which should be displayed inside the dialog. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration title
 The element contains the title which should be displayed inside the dialog. More...
 

Detailed Description

With this set of parameters the ChoiceDialog action of the HMI extension will be simulated.

Member Data Documentation

◆ _default

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ChoiceDialog._default

The element contains the default value of the ChoiceDialog.

◆ options

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ChoiceDialog.options

The element contains the list of options of the ChoiceDialog.

◆ result

ResultParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ChoiceDialog.result

The element contains the returned result of the simulated ChoiceDialog.