25 #ifndef AUNIT_PRINTER_H 26 #define AUNIT_PRINTER_H 53 static void setPrinter(Print* printer) { sPrinter = printer; }
66 static Print* sPrinter;
static void print(const FCString &s)
Convenience method for printing an FCString.
static void setPrinter(Print *printer)
Set the printer.
Utility class that provides a level of indirection to the Print class where test results can be sent...
static void println(const FCString &s)
Convenience method for printing an FCString.
A union of (const char*) and (const __FlashStringHelper*) with a discriminator.
static Print * getPrinter()
Get the output printer used by the various assertion() methods and the TestRunner.