AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions | Variables
gtest_test_utils.py File Reference

Classes

class  gtest_test_utils.Subprocess
 

Namespaces

 gtest_test_utils
 

Functions

def gtest_test_utils.SetEnvVar (env_var, value)
 
def gtest_test_utils.GetFlag (flag)
 
def gtest_test_utils.GetSourceDir ()
 
def gtest_test_utils.GetBuildDir ()
 
def gtest_test_utils.GetTempDir ()
 
def gtest_test_utils.GetTestExecutablePath (executable_name, build_dir=None)
 
def gtest_test_utils.GetExitStatus (exit_code)
 
def gtest_test_utils.Main ()
 

Variables

string gtest_test_utils.GTEST_OUTPUT_VAR_NAME = 'GTEST_OUTPUT'
 
string gtest_test_utils.IS_WINDOWS = 'nt'
 
string gtest_test_utils.IS_CYGWIN = 'posix' and 'CYGWIN' in os.uname()[0]
 
string gtest_test_utils.PREMATURE_EXIT_FILE_ENV_VAR = 'TEST_PREMATURE_EXIT_FILE'
 
 gtest_test_utils.environ = os.environ.copy()
 
 gtest_test_utils.TestCase = _test_module.TestCase
 

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0