Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
namespace unit_test {
31
namespace framework {
32
bool is_initialized() {
33
return boost::unit_test::framework::master_test_suite().argc > 0;
34
}
35
}
36
}
37
}
Callers
1
stepInvocationInitsBoostTest
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected