![]() |
OTX Reference
|
|
Data types, see also Core data types. More...
Classes | |
| class | TestResultContainer |
| A node in the test result data model More... | |
| class | TestResultHandlingLevel |
| TestResultHandlingLevel is an otx:SimpleType. A TestResultHandlingLevel is an enumeration type describing test result handling thresholds used by the SetTestResultHandlingLevel action. The allowed values are specified in the TestResultHandlingLevels enumeration More... | |
| class | TestResultSession |
| Represents a test instance More... | |
| class | TestResultSeverity |
| TestResultSeverity is an otx:SimpleType. A TestResultSeverity is an enumeration type describing the severity of a test result. The allowed values are specified in the TestResultSeverities enumeration More... | |
| class | TestResultState |
| TestResultState is an otx:SimpleType. A TestResultState is an enumeration type describing the state of the test result evaluation. The allowed values are specified in the TestResultStates enumeration More... | |
Enumerations | |
| enum | TestResultHandlingLevels { TestResultHandlingLevels.ALL, TestResultHandlingLevels.TRACK, TestResultHandlingLevels.OFF } |
| A TestResultHandlingLevel is an enumeration type describing test result handling thresholds used by the SetTestResultHandlingLevel action. The allowed values are specified in the TestResultHandlingLevels enumeration More... | |
| enum | TestResultSeverities { TestResultSeverities.DEBUG, TestResultSeverities.TRACK } |
| A TestResultSeverity is an enumeration type describing the severity of a test result. The allowed values are specified in the TestResultSeverities enumeration More... | |
| enum | TestResultStates { TestResultStates.NOT_TESTED, TestResultStates.ERROR, TestResultStates.NOT_OK, TestResultStates.OK, TestResultStates.INFO, TestResultStates.NOT_AVAILABLE } |
| A TestResultState is an enumeration type describing the state of the test result evaluation. The allowed values are specified in the TestResultStates enumeration. More... | |
Data types, see also Core data types.
A TestResultHandlingLevel is an enumeration type describing test result handling thresholds used by the SetTestResultHandlingLevel action. The allowed values are specified in the TestResultHandlingLevels enumeration
| Enumerator | |
|---|---|
| ALL | Test Results with severity DEBUG or TRACK will be captured. |
| TRACK | Test Results with severity TRACK will be captured. |
| OFF | No test results will be captured. |
A TestResultSeverity is an enumeration type describing the severity of a test result. The allowed values are specified in the TestResultSeverities enumeration
| Enumerator | |
|---|---|
| DEBUG | Temporary test result only for debugging tasks. |
| TRACK | Necessary test result for the user defined use cases. |
A TestResultState is an enumeration type describing the state of the test result evaluation. The allowed values are specified in the TestResultStates enumeration.
| Enumerator | |
|---|---|
| NOT_TESTED | The TestResultContainer has not been tested yet. This is the most critical state. |
| ERROR | An error has occurred while capturing or evaluating the test result, e.g. evaluation cannot take place because a diagService gave a negative response. |
| NOT_OK | The test result evaluation failed. |
| OK | The result test evaluation succeeded. |
| INFO | The test result is only for documentation purposes without an evaluation. |
| NOT_AVAILABLE | The test result evaluation is not necessary because the feature is missing. This is the least critical state. |