AUnit
0.3.1
Unit testing framework for Arduino platforms inspired by ArduinoUnit.
|
▼Naunit | |
CFCString | A union of (const char*) and (const __FlashStringHelper*) with a discriminator |
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 |
CTestOnce | Similar to Test but performs the loop() method 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 |