#include <stdio.h>#include <stdarg.h>#include <string.h>

Go to the source code of this file.
Functions | |
| void | wait (void) |
| void | pass (const char *fmt,...) |
| void | xpass (const char *fmt,...) |
| void | fail (const char *fmt,...) |
| void | xfail (const char *fmt,...) |
| void | untested (const char *fmt,...) |
| void | unresolved (const char *fmt,...) |
| void | note (const char *fmt,...) |
| void | totals (void) |
| void fail | ( | const char * | fmt, | |
| ... | ||||
| ) | [inline] |
References wait().
Referenced by cygnal::SOL::writeFile().
| void note | ( | const char * | fmt, | |
| ... | ||||
| ) | [inline] |
References wait().
| void pass | ( | const char * | fmt, | |
| ... | ||||
| ) | [inline] |
References wait().
| void totals | ( | void | ) | [inline] |
| void unresolved | ( | const char * | fmt, | |
| ... | ||||
| ) | [inline] |
References wait().
| void untested | ( | const char * | fmt, | |
| ... | ||||
| ) | [inline] |
References wait().
| void wait | ( | void | ) |
Referenced by fail(), note(), pass(), unresolved(), untested(), xfail(), and xpass().
| void xfail | ( | const char * | fmt, | |
| ... | ||||
| ) | [inline] |
References wait().
| void xpass | ( | const char * | fmt, | |
| ... | ||||
| ) | [inline] |
References wait().
1.7.1