OTX Reference  
OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.TestProcedure.TestProcedureRealisation Class Reference

Specifies the TestProcedure implementation. More...

Classes

class  TestCases
 TestCases of a test procedure. More...
 

Public Attributes

Comments comments
 Cardinality [0..1]
Floating comments of a test procedure, behavior see ISO 13209-2. More...
 
LocalDeclarations declarations
 Cardinality [0..1]
Local declarations of a test procedure, behavior see ISO 13209-2. More...
 
Flow flow
 Cardinality [0..1]
The flow can contain any OTX node in an arbitrary depth. More...
 
TestParameterDeclarations parameters
 Cardinality [0..1]
Parameters of a test procedure. A test procedure only can have in- and out-parameters, behavior see ISO 13209-2. More...
 
TestCases testCases
 Cardinality [0..1]
TestCases of a test procedure. More...
 

Detailed Description

Specifies the TestProcedure implementation.

Member Data Documentation

◆ comments

Comments OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.TestProcedure.TestProcedureRealisation.comments

Cardinality [0..1]
Floating comments of a test procedure, behavior see ISO 13209-2.

◆ declarations

LocalDeclarations OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.TestProcedure.TestProcedureRealisation.declarations

Cardinality [0..1]
Local declarations of a test procedure, behavior see ISO 13209-2.

◆ flow

Flow OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.TestProcedure.TestProcedureRealisation.flow

Cardinality [0..1]
The flow can contain any OTX node in an arbitrary depth.

A Test procedure will not throw any exceptions. If an unhandled exception is thrown inside a test procedure, this exception will call the Fail end node implicit with the exception message as error message.

◆ parameters

TestParameterDeclarations OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.TestProcedure.TestProcedureRealisation.parameters

Cardinality [0..1]
Parameters of a test procedure. A test procedure only can have in- and out-parameters, behavior see ISO 13209-2.

◆ testCases

TestCases OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.TestProcedure.TestProcedureRealisation.testCases

Cardinality [0..1]
TestCases of a test procedure.