MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / GetUnitTestImpl

Function GetUnitTestImpl

test/common/gtest/gtest.cpp:1375–1377  ·  view source on GitHub ↗

Convenience function for accessing the global UnitTest implementation object.

Source from the content-addressed store, hash-verified

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

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