MCPcopy Create free account
hub / github.com/AshampooSystems/boden / beginLaunch

Method beginLaunch

tests/test_main.cpp:82–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void beginLaunch() override
83 {
84 bdn::logstream() << "Arguments:";
85 for (auto &s : bdn::App()->commandLineArguments.get()) {
86 bdn::logstream() << s;
87 }
88 bdn::logstream() << "---------------";
89
90 int argc = bdn::App()->argc();
91 testing::InitGoogleTest(&argc, bdn::App()->argv());
92
93 testing::UnitTest::GetInstance()->listeners().Append(this);
94
95 createTestUI();
96
97 _testThread = std::make_unique<std::thread>(&RUN_ALL_TESTS);
98 }
99
100 void exit(int code)
101 {

Callers

nothing calls this directly

Calls 5

logstreamClass · 0.85
AppFunction · 0.85
argcMethod · 0.80
argvMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected