49 #if defined(ARDUINO_API_VERSION)
50 #error Platforms using ArduinoCore-API not supported
54 #include "aunit/Verbosity.h"
56 #include "aunit/Printer.h"
57 #include "aunit/Test.h"
58 #include "aunit/Assertion.h"
59 #include "aunit/MetaAssertion.h"
60 #include "aunit/TestOnce.h"
61 #include "aunit/TestAgain.h"
62 #include "aunit/TestRunner.h"
68 #define AUNIT_VERSION 10701
69 #define AUNIT_VERSION_STRING "1.7.1"
Various assertion macros (assertXxx()) are defined in this header.
This file provides overloaded compareXxx(a, b) functions which are used by the various assertXxx(a,...
Various macros (test(), testF(), testing(), testingF(), externTest(), externTestF(),...
Helper routines to print 'long long' and 'unsigned long long' because the Print::print() methods in P...