Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gmock_output_test.py File Reference

Go to the source code of this file.

Classes

class  gmock_output_test.GMockOutputTest
 

Namespaces

namespace  gmock_output_test
 

Functions

def gmock_output_test.ToUnixLineEnding
 
def gmock_output_test.RemoveReportHeaderAndFooter
 
def gmock_output_test.RemoveLocations
 
def gmock_output_test.NormalizeErrorMarker
 
def gmock_output_test.RemoveMemoryAddresses
 
def gmock_output_test.RemoveTestNamesOfLeakedMocks
 
def gmock_output_test.GetLeakyTests
 
def gmock_output_test.GetNormalizedOutputAndLeakyTests
 
def gmock_output_test.GetShellCommandOutput
 
def gmock_output_test.GetNormalizedCommandOutputAndLeakyTests
 

Variables

string gmock_output_test.__author__ 'wan@google.com (Zhanyong Wan)'
 
string gmock_output_test.GENGOLDEN_FLAG '--gengolden'
 
tuple gmock_output_test.PROGRAM_PATH gmock_test_utils.GetTestExecutablePath('gmock_output_test_')
 
list gmock_output_test.COMMAND [PROGRAM_PATH, '--gtest_stack_trace_depth=0', '--gtest_print_time=0']
 
string gmock_output_test.GOLDEN_NAME 'gmock_output_test_golden.txt'
 
tuple gmock_output_test.GOLDEN_PATH os.path.join(gmock_test_utils.GetSourceDir(), GOLDEN_NAME)
 
tuple gmock_output_test.golden_file open(GOLDEN_PATH, 'wb')