AUnit
0.5.0
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.
|
Files | |
file | AssertMacros.h [code] |
Various assertion macros (assertXxx()) are defined in this header. | |
file | AssertVerboseMacros.h [code] |
Verbose versions of the macros in AssertMacros.h. | |
file | Flash.h [code] |
Flash strings (using F() macro) on the ESP8266 platform cannot be placed in an inline context, because it interferes with other PROGMEM strings in non-inline contexts. | |
file | MetaAssertMacros.h [code] |
Various assertTestXxx(), checkTestXxx(), assertTestXxxF() and checkTestXxxF() macros are defined in this header. | |
file | TestMacros.h [code] |
Various macros (test(), testF(), testing(), testingF(), externTest(), externTestF(), externTesting(), externTestingF()) are defined in this header. | |