35 #ifndef AUNIT_AUNIT_VERBOSE_H 36 #define AUNIT_AUNIT_VERBOSE_H 39 #include "aunit/Verbosity.h" 41 #include "aunit/Printer.h" 42 #include "aunit/Test.h" 43 #include "aunit/Assertion.h" 44 #include "aunit/MetaAssertion.h" 45 #include "aunit/TestOnce.h" 46 #include "aunit/TestAgain.h" 47 #include "aunit/TestRunner.h" 53 #define AUNIT_VERSION 010300 54 #define AUNIT_VERSION_STRING "1.3" Various macros (test(), testF(), testing(), testingF(), externTest(), externTestF(), externTesting(), externTestingF()) are defined in this header.
Helper routines to print 'long long' and 'unsigned long long' because the Print::print() methods in P...
Verbose versions of the macros in AssertMacros.h.
This file provides overloaded compareXxx(a, b) functions which are used by the various assertXxx(a...