Extensions.TestResultHandling.MultipleLimit

From emotive
Jump to navigation Jump to search

Classification

Name MultipleLimit
Short Description Represents Limits for the comparison with the actual value.
Class Action
Extension OTX TestResultHandling extension
Group TestResultHandling related Actions
Exceptions -
Checker Rules -
Standard Compliant Yes

OTL Syntax

ActionRealisation TestResultHandling.MultipleLimit(otx:NumericTerm lowerLimit, otx:NumericTerm upperLimit);

Description

This simple container element represents Limits for the comparison with the actual value. The content-type is a <xsd:sequence>.

Properties

Name Data Type Class Default Cardinality Description
lowerLimit otx:Numeric Term - [1..1] The lower limit of the tolerance range. The lowerLimit parameter is mandatory, if the upperLimit parameter is omitted.
upperLimit otx:Numeric Term - [0..1] The upper limit of the tolerance range. The upperLimit parameter is mandatory, if the lowerLimit parameter is omitted.


See also

AddFileToTestResult
AddInfoToTestResult
CloseTestResultSession
MultipleOrSingleLimit
SetDtcTestResult
SetEqualityTestResult
SetListTestResult
SetMapTestResult
SetTestResult
SetTestResultHandlingLevel
SetToleranceTestResult
SetValueTestResult
GetTestResultContainerByName
GetTestResultSession
GetTestResultState