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

Lists all ActionRealisation extensions. More...

Classes

class  AddFileToTestResult
 Adds a file to a TestResultContainer More...
 
class  AddInfoToTestResult
 Adds additional information to a TestResultContainer More...
 
class  CloseTestResultSession
 Closes a created TestResultSession More...
 
class  SetDtcTestResult
 Sets the TestResult by a list of diagnostic trouble codes (DTC’s) More...
 
class  SetEqualityTestResult
 Sets the TestResult by an actual value against a nominal value for equality More...
 
class  SetListTestResult
 Sets the TestResult by assigning a List More...
 
class  SetMapTestResult
 Sets the TestResult by assigning a Map More...
 
class  SetTestResult
 The abstract type SetTestResult serves as a base for all concrete actions which set the test result of a TestResultContainer within a TestResultSession. More...
 
class  SetTestResultHandlingLevel
 Sets the TestResultHandlingLevel threshold to the defined level More...
 
class  SetTestResultState
 Sets the TestResultState More...
 
class  SetToleranceTestResult
 Sets the TestResult by actual numeric value within a defined tolerance range More...
 
class  SetValueTestResult
 Sets the TestResult by an actual value More...
 

Detailed Description

Lists all ActionRealisation extensions.

Lists all ActionRealisation extensions defined in this Extension. In addition to Terms, ActionRealisations describe the behavior of the program logic. An ActionRealisation will be used inside an Action node.

See also
Core.Nodes.Node.Action, Core.Terms