Searched refs:RunAndReturnOutput (Results 1 - 4 of 4) sorted by relevance
/third_party/googletest/googletest/test/ |
H A D | googletest-failfast-unittest.py | 89 def RunAndReturnOutput(test_suite=None, fail_fast=None, run_disabled=False): function 119 txt, _ = RunAndReturnOutput() 123 txt, _ = RunAndReturnOutput(test_suite='HasSimpleTest', fail_fast=True) 127 txt, _ = RunAndReturnOutput(test_suite='HasSimpleTest', fail_fast=False) 136 txt, _ = RunAndReturnOutput('HasSimpleTest') 141 txt, _ = RunAndReturnOutput('HasSimpleTest') 152 txt, _ = RunAndReturnOutput('HasSimpleTest') 157 txt, _ = RunAndReturnOutput('HasSimpleTest') 168 txt, _ = RunAndReturnOutput('HasSimpleTest', True) 180 txt, _ = RunAndReturnOutput('HasSimpleTes [all...] |
H A D | googletest-global-environment-unittest.py | 42 def RunAndReturnOutput(args=None): function 58 txt = RunAndReturnOutput() 76 txt = RunAndReturnOutput([ 105 txt = RunAndReturnOutput([
|
H A D | googletest-filter-unittest.py | 186 def RunAndReturnOutput(args = None): function 376 RunAndReturnOutput()) is not None 602 InvokeWithModifiedEnv(extra_env, RunAndReturnOutput) 617 RunAndReturnOutput,
|
H A D | googletest-shuffle-test.py | 76 def RunAndReturnOutput(extra_env, args): function 98 for line in RunAndReturnOutput(extra_env, args).split('\n'):
|
Completed in 3 milliseconds