Kirkpatrick, Kevin wrote:
What is the mechanism for facilitating unit tests? I know there is Junit
and Nunit.  What do you guys use with ant and C++?


I've used CppUnit

one problem w/ C++ is that any failing test usually toasts the memory of the app so you can end up with a mess. There are some things you cant test for because of this, and you always have to focus on the first test that fails because it can corrupt the followon test.

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to