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

Class BlinkExampleTest

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

Test fixture for blink example validation

Source from the content-addressed store, hash-verified

446
447// Test fixture for blink example validation
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();
460 }
461};
462
463// ================== APPROACH 1 TESTS ==================
464

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected