MCPcopy Create free account
hub / github.com/apache/thrift / init_unit_test_suite

Function init_unit_test_suite

lib/cpp/test/TFileTransportTest.cpp:383–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381static char **myArgv = nullptr;
382
383bool init_unit_test_suite() {
384 boost::unit_test::framework::master_test_suite().p_name.value = "TFileTransportTest";
385
386 // Parse arguments
387 parse_args(myArgc,myArgv);
388 return true;
389}
390
391int main( int argc, char* argv[] ) {
392 myArgc = argc;

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.85

Tested by

no test coverage detected