proxygen
PropertyRecordingTest Class Reference
Inheritance diagram for PropertyRecordingTest:

Static Public Member Functions

static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 

Detailed Description

Definition at line 97 of file gtest_xml_output_unittest_.cc.

Member Function Documentation

static void PropertyRecordingTest::SetUpTestCase ( )
inlinestatic

Definition at line 99 of file gtest_xml_output_unittest_.cc.

99 { RecordProperty("SetUpTestCase", "yes"); }
static void PropertyRecordingTest::SetUpTestCase ( )
inlinestatic

Definition at line 99 of file gtest_xml_output_unittest_.cc.

99 { RecordProperty("SetUpTestCase", "yes"); }
static void PropertyRecordingTest::SetUpTestCase ( )
inlinestatic

Definition at line 99 of file gtest_xml_output_unittest_.cc.

99 { RecordProperty("SetUpTestCase", "yes"); }
static void PropertyRecordingTest::TearDownTestCase ( )
inlinestatic

Definition at line 100 of file gtest_xml_output_unittest_.cc.

100 { RecordProperty("TearDownTestCase", "aye"); }
static void PropertyRecordingTest::TearDownTestCase ( )
inlinestatic

Definition at line 100 of file gtest_xml_output_unittest_.cc.

100 { RecordProperty("TearDownTestCase", "aye"); }
static void PropertyRecordingTest::TearDownTestCase ( )
inlinestatic

Definition at line 100 of file gtest_xml_output_unittest_.cc.

100 { RecordProperty("TearDownTestCase", "aye"); }

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