Create a test observer writing to the specified stream.
Declared in <ball_testobserver.h>
Create a test observer writing to the specified stream.
explicit
TestObserver(
std::ostream& stream,
bslma::Allocator* basicAllocator = 0);
» more...
Create a test observer writing to the specified stream.
explicit
TestObserver(
std::ostream* stream,
bslma::Allocator* basicAllocator = 0);
» more...
| Name | Description |
|---|---|
| stream | destination for diagnostic output from publish |
| basicAllocator | memory allocator; null uses the default |