MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / TearDown

Method TearDown

tests/test-scheduler-basic.cpp:105–107  ·  view source on GitHub ↗

* @brief Clean up test environment after each test * * Clears test output to prevent interference between tests. * Called automatically by Google Test framework after each test method. * Ensures no test artifacts affect subsequent tests. */

Source from the content-addressed store, hash-verified

103 * Ensures no test artifacts affect subsequent tests.
104 */
105 void TearDown() override {
106 clearTestOutput();
107 }
108
109 /**
110 * @brief Helper method to run scheduler until condition is met or timeout

Callers

nothing calls this directly

Calls 1

clearTestOutputFunction · 0.85

Tested by

no test coverage detected