Difference between revisions of "Extensions.TestResultHandling.GetTestResultContainerByName"
Jump to navigation
Jump to search
(Created by Ngoc Tran.) |
(No difference)
|
Latest revision as of 04:33, 19 November 2019
Classification
Name | GetTestResultContainerByName |
Short Description | Return a TestResultContainer of the test result data model according to the name |
Class | Term |
Extension | OTX TestResultHandling extension |
Group | TestResultHandling related Terms |
Exceptions | otx:InvalidReferenceException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
testResult:TestResultContainerTerm TestResultHandling.GetTestResultContainerByName(testResult:TestResultContainerName name, testResult:TestResultContainerTerm parentTestResultContainer);
Description
The GetTestResultContainerByName term will return a TestResultContainer of the test result data model according to the name.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
testResult:TestResultContainer | A TestResultContainer of the test result data model according to the name |
Properties
Name | Data Type | Class | Default | Cardinality | Description | ||||
name | testResult:TestResultContainerName | Value | - | [1..1] | The name element specifies the name to the TestResultContainer of the test result data model. | ||||
parentTestResultContainer | testResult:TestResultContainer | Term | - | [0..1] | With this optional element it is possible to create a TestResultContainer dynamically in several steps. The path refers to the parent TestResultContainer.
|