Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Classes | |
class | gtest_help_test.GTestHelpTest |
Namespaces | |
namespace | gtest_help_test |
Functions | |
def | gtest_help_test.RunWithFlag |
Variables | |
string | gtest_help_test.__author__ 'wan@google.com (Zhanyong Wan)' |
string | gtest_help_test.IS_LINUX 'posix' |
string | gtest_help_test.IS_WINDOWS 'nt' |
tuple | gtest_help_test.PROGRAM_PATH gtest_test_utils.GetTestExecutablePath('gtest_help_test_') |
string | gtest_help_test.FLAG_PREFIX '--gtest_' |
string | gtest_help_test.DEATH_TEST_STYLE_FLAG 'death_test_style' |
string | gtest_help_test.STREAM_RESULT_TO_FLAG 'stream_result_to' |
string | gtest_help_test.UNKNOWN_FLAG 'unknown_flag_for_testing' |
string | gtest_help_test.LIST_TESTS_FLAG 'list_tests' |
list | gtest_help_test.INCORRECT_FLAG_VARIANTS |
string | gtest_help_test.INTERNAL_FLAG_FOR_TESTING 'internal_flag_for_testing' |
string | gtest_help_test.SUPPORTS_DEATH_TESTS "DeathTest" |
tuple | gtest_help_test.HELP_REGEX |