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

Assume for this test procedure. More...

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

Public Attributes

BooleanTerm condition
 The expression to evaluate. More...
 
StringTerm errorMessage
 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

Assume for this test procedure.

If the condition of the assumption returns false, the result of the test procedure is set to INCONCLUSIVE. The execution of the test procedure containing this assumption returned to the caller. No node after this node will be executed.

CheckerRule.UnitTest_Chk006 - Only exist inside TestProcedureRealisation

Member Data Documentation

◆ condition

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

The expression to evaluate.

◆ errorMessage

StringTerm OpenTestSystem.Otx.Extensions.UnitTest.Actions.Assume.errorMessage

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