Shiny new ArduinoUnit
ArduinoUnit 3.0
- Builds on ESP8266 & ESP32.
- Compiles to a much smaller size (flash string de-duplication, and a template-de-specialization which reduces the number of asserts that are built).
- Allows for optional foot notes and alternate return values on failure.
- AssertNear and AssertRelativelyNear for float/double comparisons.
- Can be built on dev systems: en vitro and en vivo tests (see vitro example).
- Has a guidebook to get started (see guidebook.md).