arduino-dataflash
|
Public Member Functions | |
InitializationTest () | |
~InitializationTest () | |
virtual void | Run () |
Run test. | |
void | Execute () |
![]() | |
Test (const char *name) | |
Constructor. | |
virtual | ~Test () |
Destructor. | |
![]() | |
void | Setup () |
void | TearDown () |
Additional Inherited Members | |
![]() | |
static const int8_t | CHIP_SELECT = 5 |
static const int8_t | RESET = 6 |
static const int8_t | WRITE_PROTECT = 7 |
![]() | |
bool | m_success |
Evaluation result. | |
const char * | m_name |
Name. | |
Test * | m_previous |
Previous test. | |
Test * | m_next |
Next test to be run. | |
![]() | |
DataFlash | m_dataflash |
uint8_t | m_status |
DataFlash::ID | m_id |
|
inline |
|
inline |
void SingleDeviceTest::InitializationTest::Execute | ( | ) |
|
inlinevirtual |
Run test.
Implements Dummy::Test.