Classes | |
class | ThrowOnFailureTest |
Functions | |
def | Run |
def | SetEnvVar |
Variables | |
string | __author__ = 'wan@google.com (Zhanyong Wan)' |
tuple | EXE_PATH |
string | THROW_ON_FAILURE = 'gtest_throw_on_failure' |
def gtest_throw_on_failure_test.Run | ( | command | ) |
Runs a command; returns True/False if its exit code is/isn't 0.
Definition at line 70 of file gtest_throw_on_failure_test.py.
def gtest_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 58 of file gtest_throw_on_failure_test.py.
string gtest_throw_on_failure_test::__author__ = 'wan@google.com (Zhanyong Wan)' |
Definition at line 38 of file gtest_throw_on_failure_test.py.
00001 gtest_test_utils.GetTestExecutablePath( 00002 'gtest_throw_on_failure_test_')
Definition at line 51 of file gtest_throw_on_failure_test.py.
string gtest_throw_on_failure_test::THROW_ON_FAILURE = 'gtest_throw_on_failure' |
Definition at line 47 of file gtest_throw_on_failure_test.py.