AUnit  0.3.1
Unit testing framework for Arduino platforms inspired by ArduinoUnit.
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Caunit::FCStringA union of (const char*) and (const __FlashStringHelper*) with a discriminator
 Caunit::PrinterUtility class that provides a level of indirection to the Print class where test results can be sent
 Caunit::TestBase class of all test cases
 Caunit::TestOnceSimilar to Test but performs the loop() method only once
 Caunit::TestRunnerThe class that runs the various test cases defined by the test() and testing() macros
 Caunit::VerbosityUtility class to hold the Verbosity constants