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

Method TearDown

tests/test-scheduler-priority.cpp:231–236  ·  view source on GitHub ↗

* @brief Clean up test environment after priority tests * * Ensures no test artifacts affect subsequent tests. */

Source from the content-addressed store, hash-verified

229 * Ensures no test artifacts affect subsequent tests.
230 */
231 void TearDown() override {
232 clearPriorityTestOutput();
233 priority_callback_counter = 0;
234 priority_execution_index = 0;
235 memset(priority_execution_times, 0, sizeof(priority_execution_times));
236 }
237
238 /**
239 * @brief Helper to run scheduler until condition or timeout for priority tests

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected