Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function get_stream

boost::unit_test::results_reporter::get_stream — Access to configured results reporter stream.

Synopsis

// In header: <boost/test/results_reporter.hpp>


std::ostream & get_stream();

Description

Use this stream to report additional information abut test module execution


PrevUpHomeNext