|
FastLED 3.9.15
|
Stores the result of a single test.
Definition at line 37 of file TestRunner.h.
#include <TestRunner.h>
Public Member Functions | |
| TestResult (const char *name, bool passed, const char *msg="") | |
Public Attributes | |
| const char * | mMessage |
| bool | mPassed |
| const char * | mTestName |