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

Public Member Functions | |
| TestListener () | |
| TestListener (int *on_start_counter, bool *is_destroyed) | |
| ~TestListener () override | |
Public Member Functions inherited from testing::EmptyTestEventListener | |
| void | OnTestIterationStart (const UnitTest &, int) override |
| void | OnEnvironmentsSetUpStart (const UnitTest &) override |
| void | OnEnvironmentsSetUpEnd (const UnitTest &) override |
| void | OnTestSuiteStart (const TestSuite &) override |
| void | OnTestCaseStart (const TestCase &) override |
| void | OnTestStart (const TestInfo &) override |
| void | OnTestPartResult (const TestPartResult &) override |
| void | OnTestEnd (const TestInfo &) override |
| void | OnTestSuiteEnd (const TestSuite &) override |
| void | OnTestCaseEnd (const TestCase &) override |
| void | OnEnvironmentsTearDownStart (const UnitTest &) override |
| void | OnEnvironmentsTearDownEnd (const UnitTest &) override |
| void | OnTestIterationEnd (const UnitTest &, int) override |
| void | OnTestProgramEnd (const UnitTest &) override |
Public Member Functions inherited from testing::TestEventListener | |
| virtual | ~TestEventListener () |
Protected Member Functions | |
| void | OnTestProgramStart (const UnitTest &) override |
Private Attributes | |
| int * | on_start_counter_ |
| bool * | is_destroyed_ |
Definition at line 6811 of file gtest_unittest.cc.
|
inline |
Definition at line 6813 of file gtest_unittest.cc.
|
inline |
Definition at line 6814 of file gtest_unittest.cc.
|
inlineoverride |
Definition at line 6818 of file gtest_unittest.cc.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::EmptyTestEventListener.
Definition at line 6824 of file gtest_unittest.cc.
|
private |
Definition at line 6829 of file gtest_unittest.cc.
|
private |
Definition at line 6830 of file gtest_unittest.cc.
1.8.14