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

Function GTestIsInitialized

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

Source from the content-addressed store, hash-verified

1798// under a mutex as it is only accessed in the main thread.
1799GTEST_API_ int g_init_gtest_count = 0;
1800static bool GTestIsInitialized() { return g_init_gtest_count != 0; }
1801
1802// Iterates over a vector of TestCases, keeping a running sum of the
1803// results of calling a given int-returning method on each.

Callers 1

RunAllTestsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected