
1 Nov
2007
1 Nov
'07
10 a.m.
Gennadiy Rozental wrote:
John Maddock <john <at> johnmaddock.co.uk> writes:
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?
You can do this by accessing number of failures in results collector:
results_collector.results( framework::current_test_case().p_id );
Thanks Gennadiy that did the job nicely. John.