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

Function clearBlinkTestOutput

tests/test-scheduler-blink-example.cpp:352–356  ·  view source on GitHub ↗

Test helper functions

Source from the content-addressed store, hash-verified

350
351// Test helper functions
352void clearBlinkTestOutput() {
353 blink_test_output.clear();
354 simulated_led_state = false;
355 led_state_changes = 0;
356}
357
358size_t getBlinkTestOutputCount() {
359 return blink_test_output.size();

Callers 2

SetUpMethod · 0.85
TearDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected