Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Linux Tools Project » C++ Unit Testing Framework( C++ Unit Testing Framework)
C++ Unit Testing Framework [message #513592] Wed, 10 February 2010 16:19 Go to next message
Rob  is currently offline Rob Friend
Messages: 4
Registered: February 2010
Junior Member
I am investigating which C++ Unit Testing Framework to use in my project.
Is there a plan to add a C++ Unit Testing Framework to the Linux Tools Project?
If so, which one?

Thanks,
Rob
Re: C++ Unit Testing Framework [message #513621 is a reply to message #513592] Wed, 10 February 2010 17:27 Go to previous messageGo to next message
Jeff Johnston is currently offline Jeff JohnstonFriend
Messages: 215
Registered: July 2009
Senior Member
There are no current plans to release a C++ unit testing framework via the Linux tools project.

There used to be cppunit that was part of the CDT. It languished for a while and was later shipped in Fedora's eclipse-cdt but this was stopped as of release 5.0.0 (we are at 6.0.1 at the moment). If cppunit is what you are looking for, you might want to consider opening an RFE against the upstream CDT or Linux tools or if you use the Fedora eclipse-cdt package, against Fedora eclipse-cdt.
Re: C++ Unit Testing Framework [message #514030 is a reply to message #513592] Fri, 12 February 2010 09:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikael.springer.clearit.se

Take a look at the ECUT eclipse plugin. I use it myself together with
CppUnit, it works fine.

Regards, Micke.

On 02/10/2010 05:19 PM, Rob wrote:
> I am investigating which C++ Unit Testing Framework to use in my project.
> Is there a plan to add a C++ Unit Testing Framework to the Linux Tools
> Project?
> If so, which one?
>
> Thanks,
> Rob
Re: C++ Unit Testing Framework [message #515414 is a reply to message #514030] Thu, 18 February 2010 17:30 Go to previous messageGo to next message
Rob  is currently offline Rob Friend
Messages: 4
Registered: February 2010
Junior Member
I tried using the ECUT pulgin with Eclipse 3.5.1 but I had trouble making it work and I could not find any documentation on it. Then I found the CUTE (Cute C++ Unit Testing Easier ) plugin that had examples and some documentation. So far I am leaning towards using CUTE. If you are interested you can find CUTE information at the following sites.
http://marketplace.eclipse.org/content/cute-c-unit-testing-e asier
http://ifs.hsr.ch/Projects/Projects/Cute

Regards,
Rob
Re: C++ Unit Testing Framework [message #568385 is a reply to message #514030] Thu, 18 February 2010 17:30 Go to previous messageGo to next message
Rob  is currently offline Rob Friend
Messages: 4
Registered: February 2010
Junior Member
I tried using the ECUT pulgin with Eclipse 3.5.1 but I had trouble making it work and I could not find any documentation on it. Then I found the CUTE (Cute C++ Unit Testing Easier ) plugin that had examples and some documentation. So far I am leaning towards using CUTE. If you are interested you can find CUTE information at the following sites.
http://marketplace.eclipse.org/content/cute-c-unit-testing-e asier
http://ifs.hsr.ch/Projects/Projects/Cute

Regards,
Rob
Re: C++ Unit Testing Framework [message #1064962 is a reply to message #513592] Sat, 22 June 2013 04:14 Go to previous message
James Harris is currently offline James HarrisFriend
Messages: 1
Registered: June 2013
Junior Member
I found this posting in my quest for a simple CppUnit integration with Eclipse CDT... So for everyone like me who is seeking a simple CppUnit integration with Eclipse CDT:

I have created an Eclipse plugin to support vanilla CppUnit XML Test Reports with the official Eclipse CDT C/C++ Unit Testing Support plugin.

I have made it available at SourceForge, project name: eclipsecppunit

sourceforge.net/projects/eclipsecppunit/
Previous Topic:gcov plug-in with eclipse
Next Topic:Valgrind keeps showing fixed errors
Goto Forum:
  


Current Time: Sat Apr 20 03:56:23 GMT 2024

Powered by FUDForum. Page generated in 0.03719 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top