Convenience function for accessing the global UnitTest implementation object.
| 1300 | // Convenience function for accessing the global UnitTest |
| 1301 | // implementation object. |
| 1302 | inline UnitTestImpl* GetUnitTestImpl() { |
| 1303 | return UnitTest::GetInstance()->impl(); |
| 1304 | } |
| 1305 | |
| 1306 | #if GTEST_USES_SIMPLE_RE |
| 1307 |
no outgoing calls
no test coverage detected