Freud - 2001-07-27

Hi!

I am evaluating CppUnit in order to replace our own unit test framework and I have a few questions:

1 - The "assert..." macros allow to view expected and got results for numbers. It it possible to do the same job on string (and unicode strings)?
Actually the use of the assert method outputs something like (myStringVariable == "foo") it doesn't allow to see the got result that failed.

2 - The framework supposes test execution to be silent doesn't it? Only the test result is supposed to have an output. Is it correct?

Thank you in advance for your answers.

Bruno.