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