[Cppunit-devel] about CPPUNIT_ASSERT_EQUAL()
Brought to you by:
blep
|
From: CppUnit d. m. l. <cpp...@li...> - 2007-03-13 07:03:41
|
=20
Hi,
i am using CPPUNIT_ASSERT_EQUAL(expected value, actual value) in my
test cases.
When the expected value is not the same as actual value, we get a
failure message and both these values( i.e actual and expected ) are
displayed.
If the values are same i.e if the assertion was a success , we do
not get any value.
=20
I want the CPPUNIT_ASSERT_EQUAL(expected value, actual value) to
behave in such a way that we get the expected and actual values even if
they are same(i.e. even if it was not a failure).
I am writing wrapper on top of it.
Can u tell me where i need to make changes and what should be my
basic focus on...
=20
I will be thankful to you.
=20
=20
=20
Regards
Arvind
=20
=20
=20
Arvind Upadhyay
ge-healthcare@ics <mailto:ge-healthcare@ics> =20
=20
=20
|