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

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

Public Attributes

Severity.Critical TestResultHandling_Chk001
 Type safe list comparison More...
 
Severity.Critical TestResultHandling_Chk002
 Correct list type for DTC's list More...
 
Severity.Critical TestResultHandling_Chk003
 Correct element types for properties map More...
 
Severity.Critical TestResultHandling_Chk004
 Correct list type for SetListTestResult More...
 
Severity.Critical TestResultHandling_Chk005
 Correct map type for SetMapTestResult More...
 
Severity.Critical TestResultHandling_Chk006
 Limit definition for SetToleranceTestResult More...
 
Severity.Critical TestResultHandling_Chk007
 correct list type for GetTestResultSession More...
 

Detailed Description

Comprehensive checker rule listing, see also Core checker rules.

Member Data Documentation

◆ TestResultHandling_Chk001

Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk001

Type safe list comparison

Criterion
The item types of the lists given by the diagnosticTroubleCodes and ignoredDiagnosticTroubleCodes elements in a SetDtcTestResult action will match.

◆ TestResultHandling_Chk002

Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk002

Correct list type for DTC's list

Criterion
The lists given by the diagnosticTroubleCodes and ignoredDiagnosticTroubleCodes elements in a SetDtcTestResult action will be lists of otx:CountableType.No other item types are allowed.

◆ TestResultHandling_Chk003

Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk003

Correct element types for properties map

Criterion
The keys and values of maps given by the properties element in a SetTestResult derived action will be elements of otx:CountableType. No other element types are allowed.

◆ TestResultHandling_Chk004

Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk004

Correct list type for SetListTestResult

Criterion
The list given by the list element in a SetListTestResult action will be a list of otx:SimpleType.No other item types are allowed.

◆ TestResultHandling_Chk005

Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk005

Correct map type for SetMapTestResult

Comment
The map given by the map element in a SetMapTestResult action will be a map with otx:SimpleType values.No other value types are allowed.

◆ TestResultHandling_Chk006

Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk006

Limit definition for SetToleranceTestResult

Criterion
The XML Schema allows that lowerLimit and upperLimit are optional, but at least one will be set; it is illegal to omit both lowerLimit and upperLimit.

◆ TestResultHandling_Chk007

Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk007

correct list type for GetTestResultSession

Criterion
The list given by the additionalTags parameter in a GetTestResultSession action shall be a list of String. No other types are allowed.