Share

CppUnit - C++ port of JUnit

Code

Programming Languages: C++

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2008-12-16 cvs -d:pserver:anonymous@cppunit.cvs.sourceforge.net:/cvsroot/cppunit login

cvs -z3 -d:pserver:anonymous@cppunit.cvs.sourceforge.net:/cvsroot/cppunit co -P modulename

Show:

What's happening?

  • Using Exceptions Plugins with borland

    Hello, I've been using CPPUnit with Visual, and I had to port my app to Borland C++ Builder 5.0. I had a problem with the package 1.12.1, because the DynamicLibraryManagerException wasn't declared "public". So I modified the DynamicLibraryManagerException.h file, changing line 19 to: class **CPPUNIT_API** DynamicLibraryManagerException : public std::runtime_error And it...

    2009-09-28 15:04:27 UTC by seb_darocha

  • cppunit test wont end when using boost thread

    I have a cppunit that tests a concurrent data structure that I've wrote. the threads are implemented using boost. the actual test is working but when the thread is done, the trest isn't finished, using printf I've been able to verify that the thread is doing that it is suppose to do and that it reaches the end of it's job but the test won't end. what can cause the problem?.

    2009-09-28 14:10:29 UTC by dagg1

  • Comment: Error from "configure" script

    Bug is still present for SPARC Solaris 2.10. The diagnostic simply yields: Usage: dirname [ path ] on this release of Solaris. The config.status shell invokes "dirname" with more than one argument prompting the usage statement and abort of the shell.

    2009-09-08 21:13:29 UTC by wa6smn

  • cppunit hangs

    Hi, We have some test suites (almost 700 test cases) running on Fedora core 5 and using cppunit 1.12.0. From time to time, the test suite hangs for a very long time after running a test, just before showing the test result. We used some timing diagnostic code in our source code and it seems like it hangs in the cppunit library. After some investigation, we set a timing trace as the...

    2009-09-02 13:43:20 UTC by hbentaleb

  • Comment: add support for subunit

    Duplicate with 1471357 which I did in fact file. I just couldn't easily find it in the sf interface.

    2009-08-13 07:45:32 UTC by rbcollins

  • add support for subunit

    This adds SubunitTestProgressListener, which allows outputting test progress via subunit (https://launchpad.net/subunit). Iwrote this ages ago and just realised I hadn't submitted it upstream. --- To use the patch, apply it and rebuild your cppunit. Then in your main do { // Create the event manager and test controller CPPUNIT_NS::TestResult controller; // Add a listener that...

    2009-08-13 07:41:21 UTC by rbcollins

  • Followup: RE: CppUnit with DevStudio2005 sln/vcproj files

    Please note that this post applies to CPPUnit v1.12.1.

    2009-08-12 15:40:03 UTC by asahukar

  • Followup: RE: CppUnit with DevStudio2005 sln/vcproj files

    CPPUnit Error Fix URL: http://sarathc.wordpress.com/2007/12/25/cppunit-error-c3505-cannot-load-type-library-80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2-whats-it.

    2009-08-12 15:27:31 UTC by asahukar

  • CppUnit with DevStudio2005 sln/vcproj files

    I have converted the dsw/dsp files to DevStudio 2005 compatible solution (.sln)/project (.vcproj) files. I used DevStudio 2005, SP2 on an XPPro(32-bit) machine to perform the builds. Each solution was built in the Debug/WIN32 configuration and the CppunitLibraries solution was additionally built in the Debug-DLL/WIN32 configuration. The builds were not completely clean – warnings...

    2009-08-12 15:25:56 UTC by asahukar

  • stream buffer not flushed

    Prior to modifying the TestResult destructor, redirecting output sometimes lost the final message(s) due to full vs line oriented stream buffering. Temporary work around being used is to flush in TestResult's destructor. TestResult::~TestResult() { stdCOut().flush() ; stdCErr().flush() ; delete m_protectorChain; } ==============================================================.

    2009-08-04 14:19:06 UTC by dwalter

Our Numbers