|
Boost Testing : |
From: Vectra17 (kostadinovigor_at_[hidden])
Date: 2008-01-15 10:26:14
What meaning does "match.pattern() " have when the output_test_stream is
asociated to a file with false argument:
eg:
output_test_stream output("see.txt", false );
results_reporter::set_stream( output);
results_reporter::short_report( id );
output
<<**********************************************************************\n";
BOOST_CHECK( output.match_pattern() );
the results_reporter::set_stream( output) does its job well by writing the
report to its file destination.
But what does BOOST_CHECK do?
the unit_log is set to std::cout and the result always looks like this:
...\..file.cpp : info check output.match_patter() passed
What is passed?
What is being checked here?
Thanks(Gennadiy I pressume ;-)
-- View this message in context: http://www.nabble.com/match_pattern%28%29-tp14841527p14841527.html Sent from the Boost - Testing mailing list archive at Nabble.com.