AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Functions | Variables
gtest_color_test Namespace Reference

Classes

class  GTestColorTest
 

Functions

def SetEnvVar (env_var, value)
 
def UsesColor (term, color_env_var, color_flag)
 

Variables

string IS_WINDOWS = 'nt'
 
string COLOR_ENV_VAR = 'GTEST_COLOR'
 
string COLOR_FLAG = 'gtest_color'
 
 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_')
 

Function Documentation

◆ SetEnvVar()

def gtest_color_test.SetEnvVar (   env_var,
  value 
)
Sets the env variable to 'value'; unsets it when 'value' is None.

◆ UsesColor()

def gtest_color_test.UsesColor (   term,
  color_env_var,
  color_flag 
)
Runs gtest_color_test_ and returns its exit code.

Variable Documentation

◆ COLOR_ENV_VAR

string gtest_color_test.COLOR_ENV_VAR = 'GTEST_COLOR'

◆ COLOR_FLAG

string gtest_color_test.COLOR_FLAG = 'gtest_color'

◆ COMMAND

gtest_color_test.COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_')

◆ IS_WINDOWS

string gtest_color_test.IS_WINDOWS = 'nt'

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