AUnit
1.7.1
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.
|
▼Naunit | |
▼Nfake | |
CFakePrint | An implementation of Print that writes to an in-memory buffer |
▼Ninternal | |
CFCString | A union of (const char*) and (const __FlashStringHelper*) with a discriminator |
CAssertion | An Assertion class is a subclass of Test and provides various overloaded assertion() functions |
CMetaAssertion | Class that extends the Assertion class to support the checkTestXxx() and assertTestXxx() macros that look at the status of the named test |
CPrinter | Utility class that provides a level of indirection to the Print class where test results can be sent |
CTest | Base class of all test cases |
CTestAgain | Similar to TestOnce but performs the user-defined test multiple times |
CTestOnce | Similar to TestAgain but performs user-defined test only once |
CTestRunner | The class that runs the various test cases defined by the test() and testing() macros |
CVerbosity | Utility class to hold the Verbosity constants |