![]()  | 
  
    AlexaClientSDK
    3.0.0
    
   A cross-platform, modular SDK for interacting with the Alexa Voice Service 
   | 
 
Functions | |
| def | run_test (args) | 
| def | parse () | 
| def | process_inputs (inputs_folder, inputs) | 
| def | parse_output (output) | 
Variables | |
| FNULL = open(devnull, 'w') | |
| string | SEPARATOR = '/' | 
| def | args = parse() | 
| def | output = run_test(args) | 
| def | ret_value = parse_output(output) | 
| def android_test.parse | ( | ) | 
Parse arguments.
| def android_test.parse_output | ( | output | ) | 
Extract test return value and print the test output.
| def android_test.process_inputs | ( | inputs_folder, | |
| inputs | |||
| ) | 
Process the inputs passed to the test. If the input is an existing file or directory, upload it to the device and use the new location as argument.
| def android_test.run_test | ( | args | ) | 
Upload and run the test on the device.
| def android_test.args = parse() | 
| android_test.FNULL = open(devnull, 'w') | 
| def android_test.ret_value = parse_output(output) | 
| string android_test.SEPARATOR = '/' | 
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0