|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|

Public Member Functions | |
| TestEventRepeater () | |
| ~TestEventRepeater () override | |
| void | Append (TestEventListener *listener) |
| TestEventListener * | Release (TestEventListener *listener) |
| bool | forwarding_enabled () const |
| void | set_forwarding_enabled (bool enable) |
| void | OnTestProgramStart (const UnitTest &unit_test) override |
| void | OnTestIterationStart (const UnitTest &unit_test, int iteration) override |
| void | OnEnvironmentsSetUpStart (const UnitTest &unit_test) override |
| void | OnEnvironmentsSetUpEnd (const UnitTest &unit_test) override |
| void | OnTestCaseStart (const TestSuite ¶meter) override |
| void | OnTestSuiteStart (const TestSuite ¶meter) override |
| void | OnTestStart (const TestInfo &test_info) override |
| void | OnTestPartResult (const TestPartResult &result) override |
| void | OnTestEnd (const TestInfo &test_info) override |
| void | OnTestCaseEnd (const TestCase ¶meter) override |
| void | OnTestSuiteEnd (const TestSuite ¶meter) override |
| void | OnEnvironmentsTearDownStart (const UnitTest &unit_test) override |
| void | OnEnvironmentsTearDownEnd (const UnitTest &unit_test) override |
| void | OnTestIterationEnd (const UnitTest &unit_test, int iteration) override |
| void | OnTestProgramEnd (const UnitTest &unit_test) override |
Public Member Functions inherited from testing::TestEventListener | |
| virtual | ~TestEventListener () |
| virtual void | OnTestProgramStart (const UnitTest &unit_test)=0 |
| virtual void | OnTestIterationStart (const UnitTest &unit_test, int iteration)=0 |
| virtual void | OnEnvironmentsSetUpStart (const UnitTest &unit_test)=0 |
| virtual void | OnEnvironmentsSetUpEnd (const UnitTest &unit_test)=0 |
| virtual void | OnTestSuiteStart (const TestSuite &) |
| virtual void | OnTestCaseStart (const TestCase &) |
| virtual void | OnTestStart (const TestInfo &test_info)=0 |
| virtual void | OnTestPartResult (const TestPartResult &test_part_result)=0 |
| virtual void | OnTestEnd (const TestInfo &test_info)=0 |
| virtual void | OnTestSuiteEnd (const TestSuite &) |
| virtual void | OnTestCaseEnd (const TestCase &) |
| virtual void | OnEnvironmentsTearDownStart (const UnitTest &unit_test)=0 |
| virtual void | OnEnvironmentsTearDownEnd (const UnitTest &unit_test)=0 |
| virtual void | OnTestIterationEnd (const UnitTest &unit_test, int iteration)=0 |
| virtual void | OnTestProgramEnd (const UnitTest &unit_test)=0 |
Private Member Functions | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestEventRepeater) | |
Private Attributes | |
| bool | forwarding_enabled_ |
| std::vector< TestEventListener * > | listeners_ |
|
inline |
|
override |
| void testing::internal::TestEventRepeater::Append | ( | TestEventListener * | listener | ) |
| TestEventListener * testing::internal::TestEventRepeater::Release | ( | TestEventListener * | listener | ) |
|
inline |
|
inline |
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
override |
|
overridevirtual |
Reimplemented from testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Reimplemented from testing::TestEventListener.
|
overridevirtual |
Reimplemented from testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
overridevirtual |
Implements testing::TestEventListener.
|
private |
|
private |
|
private |