AUnit
0.5.0
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.
|
▼ src | |
▼ aunit | |
Assertion.cpp | |
Assertion.h | |
AssertMacros.h | Various assertion macros (assertXxx()) are defined in this header |
AssertVerboseMacros.h | Verbose versions of the macros in AssertMacros.h |
Compare.cpp | |
Compare.h | |
FCString.h | |
Flash.h | 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 |
MetaAssertion.cpp | |
MetaAssertion.h | |
MetaAssertMacros.h | Various assertTestXxx(), checkTestXxx(), assertTestXxxF() and checkTestXxxF() macros are defined in this header |
Printer.cpp | |
Printer.h | |
Test.cpp | |
Test.h | |
TestAgain.cpp | |
TestAgain.h | |
TestMacros.h | Various macros (test(), testF(), testing(), testingF(), externTest(), externTestF(), externTesting(), externTestingF()) are defined in this header |
TestOnce.cpp | |
TestOnce.h | |
TestRunner.cpp | |
TestRunner.h | |
Verbosity.h | |
AUnit.h | |
AUnitVerbose.h | Same as AUnit.h except that the verbose versions of the various assertXxx() macros are provided |