proxygen
PropertyOne Class Reference
Inheritance diagram for PropertyOne:
testing::Test testing::Test testing::Test

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
 Test ()
 
 Test ()
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~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)
 
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)
 
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 37 of file gtest_xml_outfile1_test_.cc.

Member Function Documentation

virtual void PropertyOne::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 39 of file gtest_xml_outfile1_test_.cc.

References testing::Test::RecordProperty().

39  {
40  RecordProperty("SetUpProp", 1);
41  }
static void RecordProperty(const std::string &key, const std::string &value)
Definition: gtest.cc:2237
virtual void PropertyOne::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 39 of file gtest_xml_outfile1_test_.cc.

References testing::Test::RecordProperty().

39  {
40  RecordProperty("SetUpProp", 1);
41  }
static void RecordProperty(const std::string &key, const std::string &value)
Definition: gtest.cc:2237
virtual void PropertyOne::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 39 of file gtest_xml_outfile1_test_.cc.

References testing::Test::RecordProperty().

39  {
40  RecordProperty("SetUpProp", 1);
41  }
static void RecordProperty(const std::string &key, const std::string &value)
Definition: gtest.cc:2237
virtual void PropertyOne::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 42 of file gtest_xml_outfile1_test_.cc.

References testing::Test::RecordProperty().

42  {
43  RecordProperty("TearDownProp", 1);
44  }
static void RecordProperty(const std::string &key, const std::string &value)
Definition: gtest.cc:2237
virtual void PropertyOne::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 42 of file gtest_xml_outfile1_test_.cc.

References testing::Test::RecordProperty().

42  {
43  RecordProperty("TearDownProp", 1);
44  }
static void RecordProperty(const std::string &key, const std::string &value)
Definition: gtest.cc:2237
virtual void PropertyOne::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 42 of file gtest_xml_outfile1_test_.cc.

References testing::Test::RecordProperty().

42  {
43  RecordProperty("TearDownProp", 1);
44  }
static void RecordProperty(const std::string &key, const std::string &value)
Definition: gtest.cc:2237

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