
| Public Member Functions | |
| void | Append (TestEventListener *listener) | 
| bool | forwarding_enabled () const | 
| virtual void | OnEnvironmentsSetUpEnd (const UnitTest &unit_test) | 
| virtual void | OnEnvironmentsSetUpStart (const UnitTest &unit_test) | 
| virtual void | OnEnvironmentsTearDownEnd (const UnitTest &unit_test) | 
| virtual void | OnEnvironmentsTearDownStart (const UnitTest &unit_test) | 
| virtual void | OnTestCaseEnd (const TestCase &test_case) | 
| virtual void | OnTestCaseStart (const TestCase &test_case) | 
| virtual void | OnTestEnd (const TestInfo &test_info) | 
| virtual void | OnTestIterationEnd (const UnitTest &unit_test, int iteration) | 
| virtual void | OnTestIterationStart (const UnitTest &unit_test, int iteration) | 
| virtual void | OnTestPartResult (const TestPartResult &result) | 
| virtual void | OnTestProgramEnd (const UnitTest &unit_test) | 
| virtual void | OnTestProgramStart (const UnitTest &unit_test) | 
| virtual void | OnTestStart (const TestInfo &test_info) | 
| TestEventListener * | Release (TestEventListener *listener) | 
| void | set_forwarding_enabled (bool enable) | 
| TestEventRepeater () | |
| virtual | ~TestEventRepeater () | 
| Private Member Functions | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestEventRepeater) | |
| Private Attributes | |
| bool | forwarding_enabled_ | 
| std::vector< TestEventListener * > | listeners_ | 
Definition at line 4383 of file gtest-all.cc.
Definition at line 4385 of file gtest-all.cc.
| testing::internal::TestEventRepeater::~TestEventRepeater | ( | ) |  [virtual] | 
Definition at line 4419 of file gtest-all.cc.
| void testing::internal::TestEventRepeater::Append | ( | TestEventListener * | listener | ) | 
Definition at line 4423 of file gtest-all.cc.
| bool testing::internal::TestEventRepeater::forwarding_enabled | ( | ) | const  [inline] | 
Definition at line 4392 of file gtest-all.cc.
| testing::internal::TestEventRepeater::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | TestEventRepeater | ) |  [private] | 
| virtual void testing::internal::TestEventRepeater::OnEnvironmentsSetUpEnd | ( | const UnitTest & | unit_test | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnEnvironmentsSetUpStart | ( | const UnitTest & | unit_test | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnEnvironmentsTearDownEnd | ( | const UnitTest & | unit_test | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnEnvironmentsTearDownStart | ( | const UnitTest & | unit_test | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnTestCaseEnd | ( | const TestCase & | test_case | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnTestCaseStart | ( | const TestCase & | test_case | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnTestEnd | ( | const TestInfo & | test_info | ) |  [virtual] | 
Implements testing::TestEventListener.
| void testing::internal::TestEventRepeater::OnTestIterationEnd | ( | const UnitTest & | unit_test, | 
| int | iteration | ||
| ) |  [virtual] | 
Implements testing::TestEventListener.
Definition at line 4484 of file gtest-all.cc.
| void testing::internal::TestEventRepeater::OnTestIterationStart | ( | const UnitTest & | unit_test, | 
| int | iteration | ||
| ) |  [virtual] | 
Implements testing::TestEventListener.
Definition at line 4475 of file gtest-all.cc.
| virtual void testing::internal::TestEventRepeater::OnTestPartResult | ( | const TestPartResult & | result | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnTestProgramEnd | ( | const UnitTest & | unit_test | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnTestProgramStart | ( | const UnitTest & | unit_test | ) |  [virtual] | 
Implements testing::TestEventListener.
| virtual void testing::internal::TestEventRepeater::OnTestStart | ( | const TestInfo & | test_info | ) |  [virtual] | 
Implements testing::TestEventListener.
Definition at line 4428 of file gtest-all.cc.
| void testing::internal::TestEventRepeater::set_forwarding_enabled | ( | bool | enable | ) |  [inline] | 
Definition at line 4393 of file gtest-all.cc.
| bool testing::internal::TestEventRepeater::forwarding_enabled_  [private] | 
Definition at line 4412 of file gtest-all.cc.
| std::vector<TestEventListener*> testing::internal::TestEventRepeater::listeners_  [private] | 
Definition at line 4414 of file gtest-all.cc.