Classes | |
class | ThrowOnFailureTest |
Functions | |
def | Run (command) |
def | SetEnvVar (env_var, value) |
Variables | |
EXE_PATH | |
string | THROW_ON_FAILURE = 'gtest_throw_on_failure' |
def googletest-throw-on-failure-test.Run | ( | command | ) |
Runs a command; returns True/False if its exit code is/isn't 0.
Definition at line 68 of file bloaty/third_party/googletest/googletest/test/googletest-throw-on-failure-test.py.
def googletest-throw-on-failure-test.SetEnvVar | ( | env_var, | |
value | |||
) |
Sets an environment variable to a given value; unsets it when the given value is None.
Definition at line 56 of file bloaty/third_party/googletest/googletest/test/googletest-throw-on-failure-test.py.
googletest-throw-on-failure-test.EXE_PATH |
Definition at line 49 of file bloaty/third_party/googletest/googletest/test/googletest-throw-on-failure-test.py.
string googletest-throw-on-failure-test.THROW_ON_FAILURE = 'gtest_throw_on_failure' |
Definition at line 45 of file bloaty/third_party/googletest/googletest/test/googletest-throw-on-failure-test.py.