OTX Reference  
OpenTestSystem.Otx.Extensions.PduSimulation.CheckerRule Class Reference

Comprehensive checker rule listing, see also Core checker rules. More...

Public Attributes

Severity.Critical PduSimulation_Chk001
 No mix of tests and OTX test logic More...
 
Severity.Critical PduSimulation_Chk002
 Correct list type for SetPdus More...
 

Detailed Description

Comprehensive checker rule listing, see also Core checker rules.

Member Data Documentation

◆ PduSimulation_Chk001

Severity.Critical OpenTestSystem.Otx.Extensions.PduSimulation.CheckerRule.PduSimulation_Chk001

No mix of tests and OTX test logic

Criterion
The PduSimulation Extension shall only exists inside UnitTest projects.
Comment
A PDU simulation shall never be part of the OTX test logic.

◆ PduSimulation_Chk002

Severity.Critical OpenTestSystem.Otx.Extensions.PduSimulation.CheckerRule.PduSimulation_Chk002

Correct list type for SetPdus

Criterion
The list given by the <responsePdu> parameter in a SetPdus action shall be a list of String. No other types are allowed.