Convenience function for accessing the global UnitTest implementation object.
| 1373 | // Convenience function for accessing the global UnitTest |
| 1374 | // implementation object. |
| 1375 | inline UnitTestImpl* GetUnitTestImpl() { |
| 1376 | return UnitTest::GetInstance()->impl(); |
| 1377 | } |
| 1378 | |
| 1379 | #if GTEST_USES_SIMPLE_RE |
| 1380 |
no outgoing calls
no test coverage detected