[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] Re: C++ unit testing tools
|
If you want an Eclipse integration I believe there is only one option
and that is ECUT. We're using it together with CppUnit but I believe the
plan is to enable ECUT to work with other unit testing frameworks as well.
Regards, Micke.
Moustafa wrote:
> 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
>