MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

src/tests/scriptdb_tests.cpp:246–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245BOOST_AUTO_TEST_SUITE(scriptdb_test)
246BOOST_AUTO_TEST_CASE(test)
247{
248// BOOST_ERROR("THE SUITE NEED TO MODIFY!");
249 init();
250 testscriptdb();
251 testscriptdatadb();
252 closedb();
253}
254BOOST_AUTO_TEST_SUITE_END()
255#endif //TODO

Callers

nothing calls this directly

Calls 4

initFunction · 0.85
testscriptdbFunction · 0.85
testscriptdatadbFunction · 0.85
closedbFunction · 0.85

Tested by

no test coverage detected