Set whether this stream suppresses error messages on standard output.
Synopsis
Declared in <bslx_testinstream.h>
void
setQuiet(bool flagValue);
Description
Set the quiet mode for this test stream to the specified (boolean) flagValue. If flagValue is true, then quiet mode is turned ON and no error messages will be written to standard output. If flagValue is false, then quiet mode is turned OFF. Note that quiet mode is turned OFF by default.
Parameters
Name |
Description |
flagValue |
|
Created with MrDocs