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

Function boost_test_init

src/drivers/BoostDriver.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool boost_test_init() {
29 testCase = BOOST_TEST_CASE(&exec_test_body);
30 framework::master_test_suite().add(testCase);
31
32 return true;
33}
34
35// Freed by Boost's unit test framework on exit
36static CukeBoostLogInterceptor* logInterceptor = 0;

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected