From: Ed Johnson (ed_at_[hidden])
Date: 2006-06-02 20:33:28


Hi,

    Is there a way to get the funcationality of BOOST_CHECK_EQUAL when I
want to test that two parameters are not equal to each other? I like the
way BOOST_CHECK_EQUAL allow me to see the mismatched runtime values.

I have been creating a custom message for BOOST_CHECK_MESSAGE to achieve
this functionality, but it would be nicer if there was an automated way
to do it.

Thanks,

Ed Johnson