Extensions.TestResultHandling.GetTestResultState

From emotive
Revision as of 06:52, 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 GetTestResultState
Short Description Return the TestResultState of a TestResultContainer according to an opened TestResultSession
Class Term
Extension OTX TestResultHandling extension
Group TestResultHandling related Terms
Exceptions -
Checker Rules -
Standard Compliant Yes

OTL Syntax

testResult:TestResultContainerTerm TestResultHandling.GetTestResultState(testResult:TestResultSessionTerm testResultSession, testResult:TestResultContainerTerm testResultContainer);

Description

The GetTestResultState term returns the TestResultState of a TestResultContainer according to an opened TestResultSession.

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:TestResultState The TestResultState of a TestResultContainer according to an opened TestResultSession

Properties

Name Data Type Class Default Cardinality Description
testResultSession testResult:TestResultSession Term - [1..1] The TestResultSession from which the TestResultState will be received.
testResultContainer testResult:TestResultContainer Term - [1..1] The TestResultContainer from which the TestResultState will be received.


See also

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