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

◆ checkFailed()

void fl::test::TestContext::checkFailed ( const char * expr,
const char * file,
int line )

Definition at line 406 of file fltest.cpp.hpp.

406 {
407 AssertResult result(false);
408 result.mExpression = expr;
409 result.mLocation = SourceLocation(file, line);
411}
void reportAssert(const AssertResult &result) FL_NOEXCEPT
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References FL_NOEXCEPT, and reportAssert().

Referenced by requireFailed().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: