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

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

Public Attributes

Severity.Critical Xml_Chk001
 Type-safe SetXmlElementAttributes More...
 
Severity.Critical Xml_Chk002
 Type-safe CreateXmlElement More...
 
Severity.Critical Xml_Chk003
 correct list type for SetXmlProcessingInstructions More...
 

Detailed Description

Comprehensive checker rule listing, see also Core checker rules.

Member Data Documentation

◆ Xml_Chk001

Severity.Critical OpenTestSystem.Otx.Extensions.XML.CheckerRule.Xml_Chk001

Type-safe SetXmlElementAttributes

Criterion
In a SetXmlElementAttributes action, the map described by MapTerm (given by the attributes elements) will have a data type of String to String.

◆ Xml_Chk002

Severity.Critical OpenTestSystem.Otx.Extensions.XML.CheckerRule.Xml_Chk002

Type-safe CreateXmlElement

Criterion
In a CreateXmlElement action, the map described by MapTerm (given by the attributes elements) will have a data type of String to String.

◆ Xml_Chk003

Severity.Critical OpenTestSystem.Otx.Extensions.XML.CheckerRule.Xml_Chk003

correct list type for SetXmlProcessingInstructions

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