FastLED 3.9.15
Loading...
Searching...
No Matches

◆ startTests()

void LoopbackTestRunner::startTests ( CompletionCallback callback)
inline

Definition at line 51 of file LoopbackTestRunner.h.

51 {
52 FL_WARN("[LOOPBACK] startTests() called - initializing test runner");
53 FL_WARN("[LOOPBACK] startTests() called");
54 completion_callback = callback;
55 tests_run = 0;
56 tests_passed = 0;
57 has_failure = false;
58 callback_invoked = false;
60 }
CompletionCallback completion_callback
TestSequenceState state
#define FL_WARN(X)
Definition log.h:276

References callback_invoked, completion_callback, FL_WARN, has_failure, RUNNING_GET_ROOT, state, tests_passed, and tests_run.