Set the internal verbose mode of this test observer to the specified flagValue.

Synopsis

Declared in <ball_testobserver.h>

void
setVerbose(int flagValue);

Description

Set the internal verbose mode of this test observer to the specified (boolean) flagValue. The default mode is not verbose. If flagValue is non‐zero, calls to publish will print appropriate diagnostics to the bsl::ostream associated with this test observer. This printing is suppressed if flagValue is 0.

Parameters

Name

Description

flagValue

non‐zero enables verbose publish diagnostics

Created with MrDocs