Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Protected Member Functions | Protected Attributes | List of all members
testing::internal::UnitTestRecordPropertyTestHelper Class Reference
Inheritance diagram for testing::internal::UnitTestRecordPropertyTestHelper:
Inheritance graph
[legend]

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 Member Functions inherited from testing::Test
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
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 179 of file gtest_unittest.cc.

Constructor & Destructor Documentation

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

Definition at line 181 of file gtest_unittest.cc.

Member Function Documentation

void testing::internal::UnitTestRecordPropertyTestHelper::UnitTestRecordProperty ( const char *  key,
const std::string &  value 
)
inlineprotected

Definition at line 184 of file gtest_unittest.cc.

Member Data Documentation

UnitTest testing::internal::UnitTestRecordPropertyTestHelper::unit_test_
protected

Definition at line 188 of file gtest_unittest.cc.


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