FastLED 3.9.15
Loading...
Searching...
No Matches
fltest.cpp.hpp File Reference
#include "fl/test/fltest.h"
#include "fl/log/log.h"
#include "fl/stl/stdio.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for fltest.cpp.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::test
 

Functions

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.
 

Variables

static bool fl::test::sCurrentTestSkipped = false
 
static const char * fl::test::sSkipReason = nullptr