AUnit
1.7.1
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.
|
Same as AUnitVerbose.h except that the terse versions of the various assertXxx() macros are provided. More...
#include "aunit/print64.h"
#include "aunit/Verbosity.h"
#include "aunit/Compare.h"
#include "aunit/Printer.h"
#include "aunit/Test.h"
#include "aunit/Assertion.h"
#include "aunit/MetaAssertion.h"
#include "aunit/TestOnce.h"
#include "aunit/TestAgain.h"
#include "aunit/TestRunner.h"
#include "aunit/AssertMacros.h"
#include "aunit/MetaAssertMacros.h"
#include "aunit/TestMacros.h"
Go to the source code of this file.
Macros | |
#define | AUNIT_VERSION 10701 |
#define | AUNIT_VERSION_STRING "1.7.1" |
Same as AUnitVerbose.h except that the terse versions of the various assertXxx() macros are provided.
These versions print only the values of the parameters given in the assert macros. They do not capture the source text of the assert parameters, which can reduce flash memory by 25-35%.
Definition in file AUnit.h.