Definition at line 269 of file ClientValidationReal.h.
269 {
270
271
272
273
275 FL_WARN(
"=================================");
276 FL_WARN(
"Starting HTTP Client Tests");
277 FL_WARN(
"=================================");
279 }
280
281
286 }
291 }
295
297
298 FL_WARN(
"\n=================================");
300 FL_WARN(
"=================================");
304 FL_WARN(
"=================================");
306 }
308 }
310 FL_WARN(
"\n=================================");
312 FL_WARN(
"=================================");
316 FL_WARN(
"=================================");
317 FL_WARN(
"✗ Some tests FAILED");
319
320 #ifdef FASTLED_STUB
321 fl::stub_main::stop_loop();
322 #endif
323 }
326
327 #ifdef FASTLED_STUB
328 fl::stub_main::stop_loop();
329 #endif
330 }
331
332
336}
void test_ping_endpoint()
void test_json_endpoint()
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
References ALL_PASSED, done, FAILED, FastLED, FL_WARN, fl::millis(), SERVER_STARTING, state, TEST_GET, test_get_endpoint(), TEST_JSON, test_json_endpoint(), TEST_PING, test_ping_endpoint(), test_start_time, tests_failed, tests_passed, and updateLEDs().