proxygen
testing::internal::ListenerTest Class Reference
Inheritance diagram for testing::internal::ListenerTest:
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 ()
 

Static Protected Member Functions

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

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 139 of file gtest-listener_test.cc.

Member Function Documentation

virtual void testing::internal::ListenerTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 149 of file gtest-listener_test.cc.

149  {
150  g_events->push_back("ListenerTest::SetUp");
151  }
std::vector< std::string > * g_events
virtual void testing::internal::ListenerTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 149 of file gtest-listener_test.cc.

149  {
150  g_events->push_back("ListenerTest::SetUp");
151  }
std::vector< std::string > * g_events
virtual void testing::internal::ListenerTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 149 of file gtest-listener_test.cc.

149  {
150  g_events->push_back("ListenerTest::SetUp");
151  }
std::vector< std::string > * g_events
static void testing::internal::ListenerTest::SetUpTestCase ( )
inlinestaticprotected

Definition at line 141 of file gtest-listener_test.cc.

141  {
142  g_events->push_back("ListenerTest::SetUpTestCase");
143  }
std::vector< std::string > * g_events
static void testing::internal::ListenerTest::SetUpTestCase ( )
inlinestaticprotected

Definition at line 141 of file gtest-listener_test.cc.

141  {
142  g_events->push_back("ListenerTest::SetUpTestCase");
143  }
std::vector< std::string > * g_events
static void testing::internal::ListenerTest::SetUpTestCase ( )
inlinestaticprotected

Definition at line 141 of file gtest-listener_test.cc.

141  {
142  g_events->push_back("ListenerTest::SetUpTestCase");
143  }
std::vector< std::string > * g_events
virtual void testing::internal::ListenerTest::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 153 of file gtest-listener_test.cc.

153  {
154  g_events->push_back("ListenerTest::TearDown");
155  }
std::vector< std::string > * g_events
virtual void testing::internal::ListenerTest::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 153 of file gtest-listener_test.cc.

References SUCCEED, and testing::internal::TEST_F().

153  {
154  g_events->push_back("ListenerTest::TearDown");
155  }
std::vector< std::string > * g_events
virtual void testing::internal::ListenerTest::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 153 of file gtest-listener_test.cc.

References SUCCEED, and testing::internal::TEST_F().

153  {
154  g_events->push_back("ListenerTest::TearDown");
155  }
std::vector< std::string > * g_events
static void testing::internal::ListenerTest::TearDownTestCase ( )
inlinestaticprotected

Definition at line 145 of file gtest-listener_test.cc.

145  {
146  g_events->push_back("ListenerTest::TearDownTestCase");
147  }
std::vector< std::string > * g_events
static void testing::internal::ListenerTest::TearDownTestCase ( )
inlinestaticprotected

Definition at line 145 of file gtest-listener_test.cc.

145  {
146  g_events->push_back("ListenerTest::TearDownTestCase");
147  }
std::vector< std::string > * g_events
static void testing::internal::ListenerTest::TearDownTestCase ( )
inlinestaticprotected

Definition at line 145 of file gtest-listener_test.cc.

145  {
146  g_events->push_back("ListenerTest::TearDownTestCase");
147  }
std::vector< std::string > * g_events

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