AUnit  0.5.2
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.hThis file provides overloaded compareXxx(a, b) functions which are used by the various assertXxx(a, b) macros
 FCString.h
 Flash.hVarious 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
 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.hSame as AUnitVerbose.h except that the terse versions of the various assertXxx() macros are provided
 AUnitVerbose.hSame as AUnit.h except that the verbose versions of the various assertXxx() macros are provided