AUnit
0.5.3
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 | Compare.h [code] |
This file provides overloaded compareXxx(a, b) functions which are used by the various assertXxx(a, b) macros. | |
file | Flash.h [code] |
Various macros to smooth over the differences among the various platforms with regards to their support for flash strings and the various macros used to create and access them. | |
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. | |