MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / GetUnitTestImpl

Function GetUnitTestImpl

rtpose_wrapper/src/gtest/gtest-all.cpp:1302–1304  ·  view source on GitHub ↗

Convenience function for accessing the global UnitTest implementation object.

Source from the content-addressed store, hash-verified

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

Callers 15

InitMethod · 0.85
HasSameFixtureClassMethod · 0.85
RunMethod · 0.85
HasFatalFailureMethod · 0.85
HasNonfatalFailureMethod · 0.85
MakeAndRegisterTestInfoFunction · 0.85
InitGoogleTestImplFunction · 0.85
DeathTestAbortFunction · 0.85
DeathTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected