/AWS1/CL_DFMCUSARTIFACTPATHS¶
A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the device or in the test environment, are pulled from.
Specify deviceHostPaths and optionally specify either
iosPaths or androidPaths.
For web app tests, you can specify both iosPaths and
androidPaths.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_iospaths TYPE /AWS1/CL_DFMIOSPATHS_W=>TT_IOSPATHS TT_IOSPATHS¶
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.
it_androidpaths TYPE /AWS1/CL_DFMANDROIDPATHS_W=>TT_ANDROIDPATHS TT_ANDROIDPATHS¶
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.
it_devicehostpaths TYPE /AWS1/CL_DFMDEVICEHOSTPATHS_W=>TT_DEVICEHOSTPATHS TT_DEVICEHOSTPATHS¶
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.
Queryable Attributes¶
iosPaths¶
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IOSPATHS() |
Getter for IOSPATHS, with configurable default |
ASK_IOSPATHS() |
Getter for IOSPATHS w/ exceptions if field has no value |
HAS_IOSPATHS() |
Determine if IOSPATHS has a value |
androidPaths¶
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANDROIDPATHS() |
Getter for ANDROIDPATHS, with configurable default |
ASK_ANDROIDPATHS() |
Getter for ANDROIDPATHS w/ exceptions if field has no value |
HAS_ANDROIDPATHS() |
Determine if ANDROIDPATHS has a value |
deviceHostPaths¶
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEHOSTPATHS() |
Getter for DEVICEHOSTPATHS, with configurable default |
ASK_DEVICEHOSTPATHS() |
Getter for DEVICEHOSTPATHS w/ exceptions if field has no val |
HAS_DEVICEHOSTPATHS() |
Determine if DEVICEHOSTPATHS has a value |