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

Method exit

tests/test_main.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void exit(int code)
101 {
102 _testThread->join();
103 _testThread.reset();
104
105 std::exit(code);
106 }
107
108 public:
109 void OnTestSuiteStart(const testing::TestSuite &suite) override { updateProgressLabel(); }

Callers 8

OnTestProgramEndMethod · 0.80
defaultExitWithErrorFunction · 0.80
waitForReplyFunction · 0.80
waitForErrorFunction · 0.80
waitForProgressFunction · 0.80
validateGlobalSettingsFunction · 0.80
validateCacheFunction · 0.80
shutdownProcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected