[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] C++ unit testing tools
|
- From: moustafan@xxxxxxxxx (Moustafa )
- Date: Tue, 11 Aug 2009 11:51:44 +0000 (UTC)
- Newsgroups: eclipse.tools.cdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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