35 #ifndef AUNIT_AUNIT_VERBOSE_H
36 #define AUNIT_AUNIT_VERBOSE_H
39 #if defined(ARDUINO_API_VERSION)
40 #error Platforms using ArduinoCore-API not supported
44 #include "aunit/Verbosity.h"
46 #include "aunit/Printer.h"
47 #include "aunit/Test.h"
48 #include "aunit/Assertion.h"
49 #include "aunit/MetaAssertion.h"
50 #include "aunit/TestOnce.h"
51 #include "aunit/TestAgain.h"
52 #include "aunit/TestRunner.h"
58 #define AUNIT_VERSION 10701
59 #define AUNIT_VERSION_STRING "1.7.1"
Verbose versions of the macros in AssertMacros.h.
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...