Tears down the stuff shared by all tests in this test case. Google Test will call Foo::TearDownTestSuite() after running the last test in test case Foo. Hence a sub-class can define its own TearDownTestSuite() method to shadow the one defined in the super class.
| 12880 | // TearDownTestSuite() method to shadow the one defined in the super |
| 12881 | // class. |
| 12882 | static void TearDownTestSuite() {} |
| 12883 | |
| 12884 | // Legacy API is deprecated but still available |
| 12885 | #ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_ |
nothing calls this directly
no outgoing calls
no test coverage detected