tesseract v5.3.3.20231005
googletest-global-environment-unittest Namespace Reference

Classes

class  GTestGlobalEnvironmentUnitTest
 

Functions

def RunAndReturnOutput ()
 

Function Documentation

◆ RunAndReturnOutput()

def googletest-global-environment-unittest.RunAndReturnOutput ( )
Runs the test program and returns its output.

Definition at line 41 of file googletest-global-environment-unittest.py.

42 """Runs the test program and returns its output."""
43
46 'googletest-global-environment-unittest_')
47 ]).output
48
49
def GetTestExecutablePath(executable_name, build_dir=None)