| 55 | } |
| 56 | |
| 57 | void interval_test_callback() { |
| 58 | static int counter = 0; |
| 59 | counter++; |
| 60 | test_output.push_back("Interval task #" + std::to_string(counter)); |
| 61 | } |
| 62 | |
| 63 | // ============================================ |
| 64 | // Test Fixture |
nothing calls this directly
no outgoing calls
no test coverage detected