arduino-dataflash
|
Public Member Functions | |
Empty () | |
~Empty () | |
virtual void | Run () |
Run test. | |
![]() | |
Test (const char *name) | |
Constructor. | |
virtual | ~Test () |
Destructor. | |
Additional Inherited Members | |
![]() | |
bool | m_success |
Evaluation result. | |
const char * | m_name |
Name. | |
Test * | m_previous |
Previous test. | |
Test * | m_next |
Next test to be run. | |
|
inline |
|
inline |
|
virtual |
Run test.
Implements Dummy::Test.