Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::UnitTestRecordPropertyTestHelper Class Reference
+ 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)
 

Detailed Description

Definition at line 184 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 184 of file gtest_unittest.cc

Constructor & Destructor Documentation

testing::internal::UnitTestRecordPropertyTestHelper::UnitTestRecordPropertyTestHelper ( )
inlineprotected

Definition at line 186 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 186 of file gtest_unittest.cc

Member Function Documentation

void testing::internal::UnitTestRecordPropertyTestHelper::UnitTestRecordProperty ( const char *  key,
const std::string &  value 
)
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:

Member Data Documentation

UnitTest testing::internal::UnitTestRecordPropertyTestHelper::unit_test_
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().


The documentation for this class was generated from the following file: