[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] C++ unit testing tools

Hi all,
I am currently trying to support developing/running unit tests for my C++
code repository.

I found that this issue in not straight forward as in Java unit testing
with JUnit, because there are many unit testing tools for C++,
the following are few examples :-
- cxxUnit
- cppUnit
- Boost.Test
- Google Test
  ...

My question is;
If any one has experience in this area, what is the more suitable one which:-
- Portable (I can run flowtests on different machines from the command line)
- Integrates smoothly with CDT (has a nice GUI like JUnit inside eclipse).
- Generates good reports.


Thank you,
Moustafa