MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / is_initialized

Function is_initialized

tests/integration/drivers/BoostDriverTest.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace unit_test {
31namespace framework {
32bool is_initialized() {
33 return boost::unit_test::framework::master_test_suite().argc > 0;
34}
35}
36}
37}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected