Skip to content

/AWS1/CL_CNTLSTTSTCASEEXECSRSP

ListTestCaseExecutionsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_testcaseexecutions TYPE /AWS1/CL_CNTTESTCASEEXECUTION=>TT_TESTCASEEXECUTIONLIST TT_TESTCASEEXECUTIONLIST

An array of test case execution summary objects.

iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN

If there are additional results, this is the token for the next set of results.


Queryable Attributes

TestCaseExecutions

An array of test case execution summary objects.

Accessible with the following methods

Method Description
GET_TESTCASEEXECUTIONS() Getter for TESTCASEEXECUTIONS, with configurable default
ASK_TESTCASEEXECUTIONS() Getter for TESTCASEEXECUTIONS w/ exceptions if field has no
HAS_TESTCASEEXECUTIONS() Determine if TESTCASEEXECUTIONS 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