Extensions.TestResultHandling.SetTestResult

From emotive
Jump to navigation Jump to search

Classification

Name SetTestResult
Short Description A base for all concrete actions which set the test result of a TestResultContainer within a TestResultSession
Class Action
Extension OTX TestResultHandling extension
Group TestResultHandling related Actions
Exceptions -
Checker Rules -
Standard Compliant Yes


Description

The abstract type SetTestResult serves as a base for all concrete actions which set the test result of a TestResultContainer within a TestResultSession.
All derived actions will cause the OTX runtime system to capture and evaluate the test result, provided that the TestResultSeverity of that test result is higher or equal than the currently set TestResultHandlingLevel threshold.
If the assigned TestResultContainer has child TestResultContainers the TestResultContainer cannot get an own test result. It is forbidden to set a test result of a parent TestResultContainer by SetTestResult derived actions.


See also

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