MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / GetUnitTestImpl

Function GetUnitTestImpl

tests/gtest/gtest-all.cc:1341–1343  ·  view source on GitHub ↗

Convenience function for accessing the global UnitTest implementation object.

Source from the content-addressed store, hash-verified

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

Callers 15

InitMethod · 0.85
HasSameFixtureClassMethod · 0.85
RunMethod · 0.85
HasFatalFailureMethod · 0.85
HasNonfatalFailureMethod · 0.85
IsSkippedMethod · 0.85
MakeAndRegisterTestInfoFunction · 0.85
RunAllTestsMethod · 0.85
InitGoogleTestImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected