AUnit  1.7.1
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Caunit::internal::FCStringA union of (const char*) and (const __FlashStringHelper*) with a discriminator
 CPrint
 Caunit::fake::FakePrintAn implementation of Print that writes to an in-memory buffer
 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::AssertionAn Assertion class is a subclass of Test and provides various overloaded assertion() functions
 Caunit::MetaAssertionClass that extends the Assertion class to support the checkTestXxx() and assertTestXxx() macros that look at the status of the named test
 Caunit::TestAgainSimilar to TestOnce but performs the user-defined test multiple times
 Caunit::TestOnceSimilar to TestAgain but performs user-defined test 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