Extensions.TestResultHandling.GetTestResultContainerByName

From emotive
Revision as of 06:33, 19 November 2019 by Nb (talk | contribs) (Created by Ngoc Tran.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Icons Note.png 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.
Exclamation.png Important: If this optional element is omitted, the path refers to the root of the TestResult data model.


See also

AddFileToTestResult
AddInfoToTestResult
CloseTestResultSession
MultipleLimit
MultipleOrSingleLimit
SetDtcTestResult
SetEqualityTestResult
SetListTestResult
SetMapTestResult
SetTestResult
SetTestResultHandlingLevel
SetToleranceTestResult
SetValueTestResult
GetTestResultSession
GetTestResultState