![]() |
OTX 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... | |
Specifies the TestProcedure implementation.
Comments OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.TestProcedure.TestProcedureRealisation.comments |
Cardinality [0..1]
Floating comments of a test procedure, behavior see ISO 13209-2.
LocalDeclarations OpenTestSystem.Otx.Extensions.UnitTest.TestProcedures.TestProcedure.TestProcedureRealisation.declarations |
Cardinality [0..1]
Local declarations of a test procedure, behavior see ISO 13209-2.
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.
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.