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

Method SetUp

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

Source from the content-addressed store, hash-verified

448class BlinkExampleTest : public ::testing::Test {
449protected:
450 void SetUp() override {
451 clearBlinkTestOutput();
452 LED_state = false;
453 counter = 0;
454 interval6 = 0;
455 debug_output_enabled = false;
456 }
457
458 void TearDown() override {
459 clearBlinkTestOutput();

Callers

nothing calls this directly

Calls 1

clearBlinkTestOutputFunction · 0.85

Tested by

no test coverage detected