OTX Reference  
OpenTestSystem.Otx.Extensions.TestResultHandling.DataTypes Namespace Reference

Data types, see also Core data types. More...

Classes

class  TestResultContainer
 A node in the test result data model More...
 
class  TestResultHandlingLevel
 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
 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
 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 class  TestResultHandlingLevels { TRACK , ALL , 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 class  TestResultSeverities { DEBUG , 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 class  TestResultStates {
  OK , NOT_OK , ERROR , NOT_TESTED ,
  INFO , 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...
 

Detailed Description

Data types, see also Core data types.

Enumeration Type Documentation

◆ TestResultHandlingLevels

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
TRACK 

Test Results with severity TRACK will be captured.

ALL 

Test Results with severity DEBUG or TRACK will be captured.

OFF 

No test results will be captured.

◆ TestResultSeverities

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.

◆ TestResultStates

A TestResultState is an enumeration type describing the state of the test result evaluation. The allowed values are specified in the TestResultStates enumeration

Enumerator
OK 

The result test evaluation succeeded.

NOT_OK 

The test result evaluation failed.

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_TESTED 

The TestResultContainer has not been tested yet.This is the most critical state

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.