/AWS1/CL_M2TGETTESTCASERSP¶
GetTestCaseResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_testcaseid TYPE /AWS1/M2TIDENTIFIER /AWS1/M2TIDENTIFIER¶
The response test ID of the test case.
iv_testcasearn TYPE /AWS1/M2TARN /AWS1/M2TARN¶
The Amazon Resource Name (ARN) of the test case.
iv_name TYPE /AWS1/M2TRESOURCENAME /AWS1/M2TRESOURCENAME¶
The name of the test case.
io_latestversion TYPE REF TO /AWS1/CL_M2TTESTCASELATESTVRS /AWS1/CL_M2TTESTCASELATESTVRS¶
The latest version of the test case.
iv_testcaseversion TYPE /AWS1/M2TVERSION /AWS1/M2TVERSION¶
The case version of the test case.
iv_status TYPE /AWS1/M2TTESTCASELIFECYCLE /AWS1/M2TTESTCASELIFECYCLE¶
The status of the test case.
iv_creationtime TYPE /AWS1/M2TTIMESTAMP /AWS1/M2TTIMESTAMP¶
The creation time of the test case.
iv_lastupdatetime TYPE /AWS1/M2TTIMESTAMP /AWS1/M2TTIMESTAMP¶
The last update time of the test case.
it_steps TYPE /AWS1/CL_M2TSTEP=>TT_STEPLIST TT_STEPLIST¶
The steps of the test case.
Optional arguments:¶
iv_description TYPE /AWS1/M2TRESOURCEDESCRIPTION /AWS1/M2TRESOURCEDESCRIPTION¶
The description of the test case.
iv_statusreason TYPE /AWS1/M2TSTRING /AWS1/M2TSTRING¶
The status reason of the test case.
it_tags TYPE /AWS1/CL_M2TTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags of the test case.
Queryable Attributes¶
testCaseId¶
The response test ID of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTCASEID() |
Getter for TESTCASEID, with configurable default |
ASK_TESTCASEID() |
Getter for TESTCASEID w/ exceptions if field has no value |
HAS_TESTCASEID() |
Determine if TESTCASEID has a value |
testCaseArn¶
The Amazon Resource Name (ARN) of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTCASEARN() |
Getter for TESTCASEARN, with configurable default |
ASK_TESTCASEARN() |
Getter for TESTCASEARN w/ exceptions if field has no value |
HAS_TESTCASEARN() |
Determine if TESTCASEARN has a value |
name¶
The name of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
latestVersion¶
The latest version of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTVERSION() |
Getter for LATESTVERSION |
testCaseVersion¶
The case version of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTCASEVERSION() |
Getter for TESTCASEVERSION, with configurable default |
ASK_TESTCASEVERSION() |
Getter for TESTCASEVERSION w/ exceptions if field has no val |
HAS_TESTCASEVERSION() |
Determine if TESTCASEVERSION has a value |
status¶
The status of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusReason¶
The status reason of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
creationTime¶
The creation time of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastUpdateTime¶
The last update time of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME has a value |
steps¶
The steps of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEPS() |
Getter for STEPS, with configurable default |
ASK_STEPS() |
Getter for STEPS w/ exceptions if field has no value |
HAS_STEPS() |
Determine if STEPS has a value |
tags¶
The tags of the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |