| arduino-dataflash
    | 
Test notification interface. More...
#include <Callbacks.h>
 
  
 | Public Member Functions | |
| virtual | ~TestNotificationInterface () | 
| Destructor. | |
| virtual void | NotifyFailure (char const *expected, char const *value, Infos const &infos)=0 | 
| Test failure notification. | |
| virtual void | NotifyResult (const Result &result)=0 | 
| Tests result notification. | |
Test notification interface.
| 
 | inlinevirtual | 
Destructor.
| 
 | pure virtual | 
Test failure notification.
| [in] | expected | : expected value string. | 
| [in] | value | : tested value string. | 
| [in] | infos | : test informations. | 
Implemented in Dummy::TestNotification< T >, and Dummy::SerialNotifier.
| 
 | pure virtual | 
Tests result notification.
| [in] | result | : tests result. | 
Implemented in Dummy::TestNotification< T >, and Dummy::SerialNotifier.