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

Classes

class  gtest_output_test.GTestOutputTest
 

Namespaces

 gtest_output_test
 

Functions

def gtest_output_test.ToUnixLineEnding (s)
 
def gtest_output_test.RemoveLocations (test_output)
 
def gtest_output_test.RemoveStackTraceDetails (output)
 
def gtest_output_test.RemoveStackTraces (output)
 
def gtest_output_test.RemoveTime (output)
 
def gtest_output_test.RemoveTypeInfoDetails (test_output)
 
def gtest_output_test.NormalizeToCurrentPlatform (test_output)
 
def gtest_output_test.RemoveTestCounts (output)
 
def gtest_output_test.RemoveMatchingTests (test_output, pattern)
 
def gtest_output_test.NormalizeOutput (output)
 
def gtest_output_test.GetShellCommandOutput (env_cmd)
 
def gtest_output_test.GetCommandOutput (env_cmd)
 
def gtest_output_test.GetOutputOfAllCommands ()
 

Variables

string gtest_output_test.GENGOLDEN_FLAG = '--gengolden'
 
string gtest_output_test.CATCH_EXCEPTIONS_ENV_VAR_NAME = 'GTEST_CATCH_EXCEPTIONS'
 
string gtest_output_test.IS_WINDOWS = 'nt'
 
string gtest_output_test.GOLDEN_NAME = 'gtest_output_test_golden_lin.txt'
 
 gtest_output_test.PROGRAM_PATH = gtest_test_utils.GetTestExecutablePath('gtest_output_test_')
 
tuple gtest_output_test.COMMAND_LIST_TESTS = ({}, [PROGRAM_PATH, '--gtest_list_tests'])
 
tuple gtest_output_test.COMMAND_WITH_COLOR = ({}, [PROGRAM_PATH, '--gtest_color=yes'])
 
tuple gtest_output_test.COMMAND_WITH_TIME
 
tuple gtest_output_test.COMMAND_WITH_DISABLED
 
tuple gtest_output_test.COMMAND_WITH_SHARDING
 
 gtest_output_test.GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME)
 
def gtest_output_test.test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
 
string gtest_output_test.SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list
 
string gtest_output_test.SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list
 
string gtest_output_test.SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
 
bool gtest_output_test.SUPPORTS_STACK_TRACES = False
 
tuple gtest_output_test.CAN_GENERATE_GOLDEN_FILE
 
def gtest_output_test.output = GetOutputOfAllCommands()
 
 gtest_output_test.golden_file = open(GOLDEN_PATH, 'wb')
 
tuple gtest_output_test.message
 

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