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

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

Public Attributes

Severity.Critical Util_Chk001
 For the ListSort term the item type of the list will be of SimpleType More...
 
Severity.Critical Util_Chk002
 Insufficient Number of arguments More...
 

Detailed Description

Comprehensive checker rule listing, see also Core checker rules.

Member Data Documentation

◆ Util_Chk001

Severity.Critical OpenTestSystem.Otx.Extensions.Util.CheckerRule.Util_Chk001

For the ListSort term the item type of the list will be of SimpleType

Criterion
ListSort will only be used for lists of simple types such as Boolean, Float, Integer, String, Quantity or dataType:Enumeration.

◆ Util_Chk002

Severity.Critical OpenTestSystem.Otx.Extensions.Util.CheckerRule.Util_Chk002

Insufficient Number of arguments

Criterion
In case a StringLiteral is used in the format parameter the number of argument shall satisfy the highest argument index.