Nsound  0.9.4
Macros
Test.h File Reference

Go to the source code of this file.

Macros

#define TEST_HEADER2(line)
 
#define TEST_ERROR_HEADER2(line)
 
#define TEST_HEADER
 
#define TEST_ERROR_HEADER
 

Macro Definition Documentation

#define TEST_HEADER2 (   line)
Value:
THIS_FILE << ":"; cout.width(4); cout << line \
<< ": "; cout.width(0); cout
#define THIS_FILE

Definition at line 37 of file Test.h.

Referenced by main(), and testRange().

#define TEST_ERROR_HEADER2 (   line)
Value:
endl << THIS_FILE << ":"; cerr.width(4); cerr << line \
<< ": ***Error! "; cerr.width(0); cout
#define THIS_FILE

Definition at line 41 of file Test.h.

#define TEST_HEADER
#define TEST_ERROR_HEADER