class EmptyTestEventListener
Defined at line 992 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
The convenience class for users who need to override just one or two
methods and are not concerned that a possible change to a signature of
the methods they override will not be caught during the build. For
comments about each method please see the definition of TestEventListener
above.
Public Methods
void OnTestProgramStart (const UnitTest & )
Defined at line 994 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestIterationStart (const UnitTest & , int )
Defined at line 995 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnEnvironmentsSetUpStart (const UnitTest & )
Defined at line 997 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnEnvironmentsSetUpEnd (const UnitTest & )
Defined at line 998 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestSuiteStart (const TestSuite & )
Defined at line 999 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestCaseStart (const TestCase & )
Defined at line 1002 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestStart (const TestInfo & )
Defined at line 1005 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestDisabled (const TestInfo & )
Defined at line 1006 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestPartResult (const TestPartResult & )
Defined at line 1007 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestEnd (const TestInfo & )
Defined at line 1008 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestSuiteEnd (const TestSuite & )
Defined at line 1009 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestCaseEnd (const TestCase & )
Defined at line 1011 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnEnvironmentsTearDownStart (const UnitTest & )
Defined at line 1014 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnEnvironmentsTearDownEnd (const UnitTest & )
Defined at line 1015 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestIterationEnd (const UnitTest & , int )
Defined at line 1016 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
void OnTestProgramEnd (const UnitTest & )
Defined at line 1018 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h