OTX Reference  
OpenTestSystem.Otx.Extensions.UnitTest.Actions.Warning Class Reference

Warning for this test procedure. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.UnitTest.Actions.Warning:
Inheritance graph

Public Attributes

BooleanTerm condition
 The expression to evaluate. More...
 
StringTerm warningMessage
 An message which may be included in the report to the runtime system. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Warning for this test procedure.

If the condition of the warning returns false, a warning for this test procedure will given back to caller. The warning shall be written into the test protocol. The execution of the test procedure containing this warning will continued with the next node after the warning.

CheckerRule.UnitTest_Chk006 - Only exist inside TestProcedureRealisation

Member Data Documentation

◆ condition

BooleanTerm OpenTestSystem.Otx.Extensions.UnitTest.Actions.Warning.condition

The expression to evaluate.

◆ warningMessage

StringTerm OpenTestSystem.Otx.Extensions.UnitTest.Actions.Warning.warningMessage

An message which may be included in the report to the runtime system.