Re: [Cppunit-devel] Most user-friendly version of CppUnit
Brought to you by:
blep
From: Noel Y. <Noe...@mo...> - 2003-07-28 19:40:11
|
Depending on what you're expecting, I'm not sure you'll be able to get what you want since JUnit uses reflection to "know" the names of your test cases while C++ doesn't have reflection. I think, once you start using CppUnit, it's pretty easy to use. In order to get automagic knowledge of test case names, in our build, I put together a script using typical command-line tools (eg perl, sed, awk, grep) so in practice, it's possible to get what JUnit affords, but it'll take a little more work. HTH, Noel -- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. |