Searched refs:throwRuntimeException (Results 1 – 3 of 3) sorted by relevance
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/ |
D | WorkflowTask.java | 214 throwRuntimeException("Workflow Task Type", mType, workflowName, "Not Supported"); in executeTask() 221 throwRuntimeException("Wait", waitTime, workflowName, "Invalid"); in validateAndWait() 235 throwRuntimeException( in validateAndVerifyUiElement() 243 throwRuntimeException("Package", pkg, workflowName, "Not in Foreground"); in validateAndVerifyPackage() 312 throwRuntimeException( in validateAndClickUiElement() 319 throwRuntimeException( in validateAndClickUiElement() 381 throwRuntimeException("Long Press", key, workflowName, "Not Supported"); in validateAndPressKey() 388 throwRuntimeException("Long Press", key, workflowName, "Not Supported"); in validateAndPressKey() 397 throwRuntimeException("Press", key, workflowName, "Not Supported"); in validateAndPressKey() 402 throwRuntimeException("Long Press", key, workflowName, "Not Supported"); in validateAndPressKey() [all …]
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/ |
D | ValidateWorkflowTask.java | 75 throwRuntimeException("Workflow Task Type", type, jsonObject, "Not Supported"); in deserialize() 94 throwRuntimeException( in deserialize() 110 throwRuntimeException( in deserialize() 121 throwRuntimeException("Workflow Task Type", type, jsonObject, "Not Supported"); in deserialize() 173 throwRuntimeException("Non-optional property", key, jsonObject, "Missing or Invalid"); in validateAndGetStringValue() 181 throwRuntimeException("Non-optional property", key, jsonObject, "Missing or Invalid"); in validateNotNull() 200 private void throwRuntimeException( in throwRuntimeException() method in ValidateWorkflowTask
|
D | ValidateScrollConfig.java | 73 throwRuntimeException("Scroll Action", scrollAction, jsonObject, "Not Supported"); in deserialize() 119 throwRuntimeException( in deserialize() 156 throwRuntimeException("Non-optional Property", key, jsonObject, "Missing or Invalid"); in validateAndGetValue() 164 throwRuntimeException("Non-optional Property", key, jsonObject, "Missing or Invalid"); in validateNotNull() 172 throwRuntimeException("Numeric Property", str, jsonObject, "Invalid"); in validateIsNumeric() 192 private void throwRuntimeException( in throwRuntimeException() method in ValidateScrollConfig
|