/AWS1/CL_CNTLISTTESTCASESRSP¶
ListTestCasesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_testcasesummarylist TYPE /AWS1/CL_CNTTESTCASESUMMARY=>TT_TESTCASESUMMARYLIST TT_TESTCASESUMMARYLIST¶
Information about the tests.
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
If there are additional results, this is the token for the next set of results.
Queryable Attributes¶
TestCaseSummaryList¶
Information about the tests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTCASESUMMARYLIST() |
Getter for TESTCASESUMMARYLIST, with configurable default |
ASK_TESTCASESUMMARYLIST() |
Getter for TESTCASESUMMARYLIST w/ exceptions if field has no |
HAS_TESTCASESUMMARYLIST() |
Determine if TESTCASESUMMARYLIST has a value |
NextToken¶
If there are additional results, this is the token for the next set of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |