* @brief Clean up test environment after priority tests * * Ensures no test artifacts affect subsequent tests. */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected