OTX Reference  
OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.SetupProcedure Class Reference

Specifies the SetupProcedure More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.SetupProcedure:
Inheritance graph

Classes

class  SetupProcedureRealisation
 Specifies the SetupProcedure implementation. More...
 

Public Attributes

System.Boolean disabled
 To turn on/off a node. A deactivated node is not executed at run time. More...
 
SetupProcedureRealisation realisation
 Specifies the SetupProcedure realisation. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.UniversalTypes.NamedAndSpecified
ExtensibleData[] extendedData
 Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More...
 
OtxId id
 Unique identifier of an element More...
 
MetaData metaData
 Additional tool-specific data More...
 
OtxName name
 Name of an element More...
 
NamedAndSpecifiedSpecification[] specification
 Descriptive specification More...
 

Detailed Description

Specifies the SetupProcedure

The SetupProcedure is the base class of all setup and tear-down procedures.

Member Data Documentation

◆ disabled

System.Boolean OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.SetupProcedure.disabled

To turn on/off a node. A deactivated node is not executed at run time.

◆ realisation

SetupProcedureRealisation OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.SetupProcedure.realisation

Specifies the SetupProcedure realisation.