Convenience function for accessing the global UnitTest implementation object.
| 1339 | // Convenience function for accessing the global UnitTest |
| 1340 | // implementation object. |
| 1341 | inline UnitTestImpl* GetUnitTestImpl() { |
| 1342 | return UnitTest::GetInstance()->impl(); |
| 1343 | } |
| 1344 | |
| 1345 | #if GTEST_USES_SIMPLE_RE |
| 1346 |
no outgoing calls
no test coverage detected