AUnit
1.7.1
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.
|
Caunit::internal::FCString | A union of (const char*) and (const __FlashStringHelper*) with a discriminator |
▼CPrint | |
Caunit::fake::FakePrint | An implementation of Print that writes to an in-memory buffer |
Caunit::Printer | Utility class that provides a level of indirection to the Print class where test results can be sent |
▼Caunit::Test | Base class of all test cases |
▼Caunit::Assertion | An Assertion class is a subclass of Test and provides various overloaded assertion() functions |
▼Caunit::MetaAssertion | Class that extends the Assertion class to support the checkTestXxx() and assertTestXxx() macros that look at the status of the named test |
Caunit::TestAgain | Similar to TestOnce but performs the user-defined test multiple times |
Caunit::TestOnce | Similar to TestAgain but performs user-defined test only once |
Caunit::TestRunner | The class that runs the various test cases defined by the test() and testing() macros |
Caunit::Verbosity | Utility class to hold the Verbosity constants |