Go to the source code of this file.
|
| namespace | fl |
| | Base definition for an LED controller.
|
| |
| namespace | fl::test |
| |
|
| void | fl::test::fail (const char *msg, const char *file, int line, bool isFatal) FL_NOEXCEPT |
| | Helper for FAIL macros.
|
| |
| bool | fl::test::isTestSkipped () FL_NOEXCEPT |
| | Check if current test has been marked as skipped.
|
| |
| void | fl::test::outputCapture (const char *name, const char *value, const char *file, int line) FL_NOEXCEPT |
| | Helper to output CAPTURE variable.
|
| |
| void | fl::test::outputMessage (const char *msg, const char *file, int line) FL_NOEXCEPT |
| | Helper to output INFO/MESSAGE during test execution.
|
| |
| void | fl::test::skipTest (const char *reason, const char *file, int line) FL_NOEXCEPT |
| | Record that the current test should be skipped.
|
| |