AUnit  0.4.0
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 12]
 Naunit
 CAssertionAn Assertion class is a subclass of Test and provides various overloaded assertion() functions
 CFCStringA union of (const char*) and (const __FlashStringHelper*) with a discriminator
 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