![]() |
OTX Reference
|
|
Sets the TestResult by an actual value against a nominal value for equality More...
Public Attributes | |
SimpleTerm | actualValue |
The actual value which shall be evaluated against the nominal value. More... | |
SimpleTerm | nominalValue |
The nominal value for the evaluation of the actual value. More... | |
TestResultStateVariable | testResultState |
This optional element represents the TestResultState variable which shall receive the state of the evaluation. More... | |
![]() | |
StringTerm | description |
This optional element can be used for a textual description of the test result. More... | |
MapTerm | properties |
This optional element can be used for setting properties of the test result (e.g. a print condition, an identifier for forwarding the result value to a downstream IT system). The keys and values of the map shall be only of otx:CountableType. More... | |
TestResultSeverityTerm | severity |
This element represents the TestResultSeverity of the test result. More... | |
TestResultContainerTerm | testResultContainer |
The TestResultContainer which shall receive the test result. More... | |
TestResultSessionTerm | testResultSession |
The TestResultSession in which the test results are to be handled. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Sets the TestResult by an actual value against a nominal value for equality
The SetEqualityTestResult activity to sets the result of a TestResultContainer within a TestResultSession by evaluating an actual value against a nominal value for equality.
Exceptions.TestResultContainerException | If the TestResultContainer is a parent TestResultContainer with child TestResultContainers. |
Exceptions.TestResultException | If a test result value element is not valid for the test result handling framework, e.g. the data size of the actual value is too large. |
SimpleTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetEqualityTestResult.actualValue |
The actual value which shall be evaluated against the nominal value.
SimpleTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetEqualityTestResult.nominalValue |
The nominal value for the evaluation of the actual value.
TestResultStateVariable OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetEqualityTestResult.testResultState |
This optional element represents the TestResultState variable which shall receive the state of the evaluation.