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