AUnit  0.5.0
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  aunit
 Assertion.cpp
 Assertion.h
 AssertMacros.hVarious assertion macros (assertXxx()) are defined in this header
 AssertVerboseMacros.hVerbose versions of the macros in AssertMacros.h
 Compare.cpp
 Compare.h
 FCString.h
 Flash.hFlash 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.hVarious assertTestXxx(), checkTestXxx(), assertTestXxxF() and checkTestXxxF() macros are defined in this header
 Printer.cpp
 Printer.h
 Test.cpp
 Test.h
 TestAgain.cpp
 TestAgain.h
 TestMacros.hVarious 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.hSame as AUnit.h except that the verbose versions of the various assertXxx() macros are provided