-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
I know that CppUnit will handle the exceptions through :
CPPUNIT_ASSERT_THROW(expression,ExceptionType);
can any body explain theoritically about how CppUnit will handle the exception.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I'm having problems setting up my Hudson server to run cpp unit tests so I can output an .xml file. I tried searching the web for some more straight forward instructions on how to set this up but still don't understand how to. It sounds like I need to set up ant to run...but how??
I'm currently…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does CppUnit have the ability to generate an html or xml file of its test cases and test results?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I just noticed that CPPUnit2 exists.
Is anyone here using it? Or is CPPUnit the more commonly used of the 2?
Thanks.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'd like to have an equivalent to CPPUNIT_ASSERT, CPPUNIT_ASSERT_MESSAGE or `CPPUNIT_FAIL' which I can call from some common C code.
Our code is a mix of C and C++. Some older apps and those with specific requirements are coded in C and most, especially newer, are coded in C++.
However, a lot of…
>>> More