Go to the source code of this file.
Classes | |
class | TestToolBox::TestStream |
This class allows directing of textual output to multiple devices. More... | |
Variables | |
const unsigned char | TestToolBox::M_NULL = 0x00 |
const unsigned char | TestToolBox::M_STDOUT = 0x01 |
const unsigned char | TestToolBox::M_OUTFILE = 0x02 |
const unsigned char | TestToolBox::M_RPTFILE = 0x04 |
const unsigned char | TestToolBox::M_ALL = M_STDOUT | M_OUTFILE | M_RPTFILE |