
30 Oct
2007
30 Oct
'07
10:03 a.m.
If I'm using #include <boost/test/included/test_exec_monitor.hpp> Is there a way to check if the last BOOST_CHECK_CLOSE passed or failed? I need to print out some additional information if it failed so I can track down which test case it was (the checks are in a loop that iterates over a table of data). Thanks, John.