AUnit  1.7.1
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Naunit
 Nfake
 CFakePrintAn implementation of Print that writes to an in-memory buffer
 Ninternal
 CFCStringA union of (const char*) and (const __FlashStringHelper*) with a discriminator
 CAssertionAn Assertion class is a subclass of Test and provides various overloaded assertion() functions
 CMetaAssertionClass that extends the Assertion class to support the checkTestXxx() and assertTestXxx() macros that look at the status of the named test
 CPrinterUtility class that provides a level of indirection to the Print class where test results can be sent
 CTestBase class of all test cases
 CTestAgainSimilar to TestOnce but performs the user-defined test multiple times
 CTestOnceSimilar to TestAgain but performs user-defined test only once
 CTestRunnerThe class that runs the various test cases defined by the test() and testing() macros
 CVerbosityUtility class to hold the Verbosity constants