Skip to content

/AWS1/CL_CNTTESTCASEEXECUTION

Contains information about a test case execution.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_starttime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The timestamp when the test case execution started.

iv_endtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The timestamp when the test case execution ended.

iv_testcaseexecutionid TYPE /AWS1/CNTTESTCASEEXECUTIONID /AWS1/CNTTESTCASEEXECUTIONID

The identifier of the test case execution.

iv_testcaseid TYPE /AWS1/CNTTESTCASEID /AWS1/CNTTESTCASEID

The identifier of the test case.

iv_testcaseexecutionstatus TYPE /AWS1/CNTTESTCASEEXECSTATUS /AWS1/CNTTESTCASEEXECSTATUS

The status of the test case execution.

it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags used to organize, track, or control access for this resource.


Queryable Attributes

StartTime

The timestamp when the test case execution started.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

EndTime

The timestamp when the test case execution ended.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

TestCaseExecutionId

The identifier of the test case execution.

Accessible with the following methods

Method Description
GET_TESTCASEEXECUTIONID() Getter for TESTCASEEXECUTIONID, with configurable default
ASK_TESTCASEEXECUTIONID() Getter for TESTCASEEXECUTIONID w/ exceptions if field has no
HAS_TESTCASEEXECUTIONID() Determine if TESTCASEEXECUTIONID has a value

TestCaseId

The identifier 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

TestCaseExecutionStatus

The status of the test case execution.

Accessible with the following methods

Method Description
GET_TESTCASEEXECUTIONSTATUS() Getter for TESTCASEEXECUTIONSTATUS, with configurable defaul
ASK_TESTCASEEXECUTIONSTATUS() Getter for TESTCASEEXECUTIONSTATUS w/ exceptions if field ha
HAS_TESTCASEEXECUTIONSTATUS() Determine if TESTCASEEXECUTIONSTATUS has a value

Tags

The tags used to organize, track, or control access for this resource.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TESTCASEEXECUTIONLIST

TYPES TT_TESTCASEEXECUTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTTESTCASEEXECUTION WITH DEFAULT KEY
.