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