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

Lists all Terms. More...

Classes

class  GetTestResultContainerByName
 Gets a TestResultContainer of the result data model according to the name More...
 
class  GetTestResultSession
 Gets a TestResultSession from the result handling framework More...
 
class  GetTestResultState
 Gets the TestResultState of a TestResultContainer More...
 
class  TestResultContainerTerm
 The abstract type TestResultContainerTerm is an otx:Term. It serves as a base for all concrete terms which return a TestResultContainer value.It has no special members. More...
 
class  TestResultContainerValue
 Reading of data type value More...
 
class  TestResultHandlingLevelLiteral
 Returns a TestResultHandlingLevel value from a hard-coded literal. More...
 
class  TestResultHandlingLevelTerm
 The abstract type TestResultHandlingLevelTerm is an otx:Term. It serves as a base for all concrete terms which return a TestResultHandlingLevel value.It has no special members. More...
 
class  TestResultHandlingLevelValue
 Reading of data type value More...
 
class  TestResultSessionTerm
 The abstract type TestResultSessionTerm is an otx:Term. It serves as a base for all concrete terms which return a TestResultSession value.It has no special members. More...
 
class  TestResultSessionValue
 Reading of data type value More...
 
class  TestResultSeverityLiteral
 Returns a TestResultSeverity value from a hard-coded literal. More...
 
class  TestResultSeverityTerm
 The abstract type TestResultSeverityTerm is an otx:Term. It serves as a base for all concrete terms which return a TestResultSeverity value.It has no special members. More...
 
class  TestResultSeverityValue
 Reading of data type value More...
 
class  TestResultStateLiteral
 Returns a TestResultState value from a hard-coded literal. More...
 
class  TestResultStateTerm
 The abstract type TestResultStateTerm is an otx:Term. It serves as a base for all concrete terms which return a TestResultState value.It has no special members. More...
 
class  TestResultStateValue
 Reading of data type value More...
 

Detailed Description

Lists all Terms.

OTX terms represent syntactic expressions which can be evaluated in order to yield a value. The resulting value of a term can be a simple value (e.g. an integer in the OTX Integer case) or a reference to complex data (e.g. a reference to a list in the OTX List case). Terms are required in various places in the data model, when a value needs to be computed which is then e.g. assigned to a variable, used as an input parameter for a procedure call, or used as the condition truth value in a branch, etc. Every OTX term is categorized according to its return type.

Note
OTX terms never have side-effects – this means that the arguments of a term will not be changed by term evaluation.
The abstract OTX Core terms are extensible. This means that OTX extensions may derive new terms from any of the abstract term categories defined in the OTX Core.