![]() |
OTX Reference
|
|
Adds additional information to a TestResultContainer More...

Public Attributes | |
| StringTerm | information |
| Cardinality [1] The textual information which shall be added. More... | |
| TestResultContainerTerm | testResultContainer |
| Cardinality [1] The TestResultContainer which shall receive the additional information. More... | |
| TestResultSessionTerm | testResultSession |
| Cardinality [1] The TestResultSession in which the test results are to be handled. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation | |
| OtxLink | validFor |
| Cardinality [0..1] Validity of ActionRealisation. More... | |
Adds additional information to a TestResultContainer
The AddInfoToTestResult activity to adds additional information to a TestResultContainer within a TestResultSession. The use case is adding additional information after evaluating the result, e.g. adding a variable trace as string in case of a NOT_OK TestResultState.
| Exceptions.TestResultException | If the information element is not valid for the test result handling framework, e.g. the information string supplied is too large. |
| Exceptions.TestResultContainerException | If no test result has been set for the given TestResultContainer within the given TestResultSession. |
| StringTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.AddInfoToTestResult.information |
Cardinality [1]
The textual information which shall be added.
| TestResultContainerTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.AddInfoToTestResult.testResultContainer |
Cardinality [1]
The TestResultContainer which shall receive the additional information.
| TestResultSessionTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.AddInfoToTestResult.testResultSession |
Cardinality [1]
The TestResultSession in which the test results are to be handled.