First I will say: Well done, we are using cppunit quite successfully. Thnx.
But I've a suggestion how to improove it further: If a test fails the console runner doesn't display the suite of the test. I've got a lot of tests with the same name in different suits (e.g. testLoad). I can't find out where the problem occured easily.
Therefore it would be nice to output the hole test hirachy.
Alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
First I will say: Well done, we are using cppunit quite successfully. Thnx.
But I've a suggestion how to improove it further: If a test fails the console runner doesn't display the suite of the test. I've got a lot of tests with the same name in different suits (e.g. testLoad). I can't find out where the problem occured easily.
Therefore it would be nice to output the hole test hirachy.
Alex
Use the helper macro, they includes the suite name in the test name.
Baptiste.