/AWS1/CL_CNTTESTCASEENTRYPOINT¶
Defines the starting point for a test case.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/CNTTESTCASEENTRYPTTYPE /AWS1/CNTTESTCASEENTRYPTTYPE¶
The type of entry point.
io_voicecallentrypointparams TYPE REF TO /AWS1/CL_CNTVOICECALLENTPTPRMS /AWS1/CL_CNTVOICECALLENTPTPRMS¶
Parameters for voice call entry point.
io_chatentrypointparameters TYPE REF TO /AWS1/CL_CNTCHATENTRYPTPARMS /AWS1/CL_CNTCHATENTRYPTPARMS¶
Parameters for chat entry point.
Queryable Attributes¶
Type¶
The type of entry point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
VoiceCallEntryPointParameters¶
Parameters for voice call entry point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOICECALLENTRYPOINTPARMS() |
Getter for VOICECALLENTRYPOINTPARAMS |
ChatEntryPointParameters¶
Parameters for chat entry point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHATENTRYPOINTPARAMETERS() |
Getter for CHATENTRYPOINTPARAMETERS |