MCPcopy Create free account
hub / github.com/apache/singa / GetUnitTestImpl

Function GetUnitTestImpl

test/gtest/gtest-all.cc:1337–1339  ·  view source on GitHub ↗

Convenience function for accessing the global UnitTest implementation object.

Source from the content-addressed store, hash-verified

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

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