Home
last modified time | relevance | path

Searched refs:RunAndReturnOutput (Results 1 - 4 of 4) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgoogletest-failfast-unittest.py89 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 Dgoogletest-global-environment-unittest.py42 def RunAndReturnOutput(args=None): function
58 txt = RunAndReturnOutput()
76 txt = RunAndReturnOutput([
105 txt = RunAndReturnOutput([
H A Dgoogletest-filter-unittest.py186 def RunAndReturnOutput(args = None): function
376 RunAndReturnOutput()) is not None
602 InvokeWithModifiedEnv(extra_env, RunAndReturnOutput)
617 RunAndReturnOutput,
H A Dgoogletest-shuffle-test.py76 def RunAndReturnOutput(extra_env, args): function
98 for line in RunAndReturnOutput(extra_env, args).split('\n'):

Completed in 3 milliseconds