![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for testing::internal::UnitTestRecordPropertyTestHelper:
Collaboration diagram for testing::internal::UnitTestRecordPropertyTestHelper:Protected Member Functions | |
| UnitTestRecordPropertyTestHelper () | |
| void | UnitTestRecordProperty (const char *key, const std::string &value) |
Protected Member Functions inherited from testing::Test | |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
Protected Attributes | |
| UnitTest | unit_test_ |
Additional Inherited Members | |
Public Types inherited from testing::Test | |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Public Member Functions inherited from testing::Test | |
| virtual | ~Test () |
Static Public Member Functions inherited from testing::Test | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
Definition at line 184 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 184 of file gtest_unittest.cc
|
inlineprotected |
Definition at line 186 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 186 of file gtest_unittest.cc
|
inlineprotected |
Definition at line 189 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 189 of file gtest_unittest.cc
References testing::UnitTest::RecordProperty(), and unit_test_.
Here is the call graph for this function:
|
protected |
Definition at line 193 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 193 of file gtest_unittest.cc
Referenced by UnitTestRecordProperty().