![]() |
OTX 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... | |
Comprehensive checker rule listing, see also Core checker rules.
Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk001 |
Type safe list comparison
diagnosticTroubleCodes
and ignoredDiagnosticTroubleCodes
elements in a SetDtcTestResult action will match. Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk002 |
Correct list type for DTC's list
diagnosticTroubleCodes
and ignoredDiagnosticTroubleCodes
elements in a SetDtcTestResult action will be lists of otx:CountableType.No other item types are allowed. Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk003 |
Correct element types for properties map
properties
element in a SetTestResult derived action will be elements of otx:CountableType. No other element types are allowed. Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk004 |
Correct list type for SetListTestResult
list
element in a SetListTestResult action will be a list of otx:SimpleType.No other item types are allowed. Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk005 |
Correct map type for SetMapTestResult
map
element in a SetMapTestResult action will be a map with otx:SimpleType values.No other value types are allowed. Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk006 |
Limit definition for SetToleranceTestResult
lowerLimit
and upperLimit
are optional, but at least one will be set; it is illegal to omit both lowerLimit
and upperLimit
. Severity.Critical OpenTestSystem.Otx.Extensions.TestResultHandling.CheckerRule.TestResultHandling_Chk007 |
correct list type for GetTestResultSession
additionalTags
parameter in a GetTestResultSession action shall be a list of String. No other types are allowed.