/AWS1/CL_M2TCREATETESTSUITERSP¶
CreateTestSuiteResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_testsuiteid TYPE /AWS1/M2TIDENTIFIER /AWS1/M2TIDENTIFIER¶
The suite ID of the test suite.
iv_testsuiteversion TYPE /AWS1/M2TVERSION /AWS1/M2TVERSION¶
The suite version of the test suite.
Queryable Attributes¶
testSuiteId¶
The suite ID of the test suite.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_TESTSUITEID() | Getter for TESTSUITEID, with configurable default | 
| ASK_TESTSUITEID() | Getter for TESTSUITEID w/ exceptions if field has no value | 
| HAS_TESTSUITEID() | Determine if TESTSUITEID has a value | 
testSuiteVersion¶
The suite version of the test suite.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_TESTSUITEVERSION() | Getter for TESTSUITEVERSION, with configurable default | 
| ASK_TESTSUITEVERSION() | Getter for TESTSUITEVERSION w/ exceptions if field has no va | 
| HAS_TESTSUITEVERSION() | Determine if TESTSUITEVERSION has a value |