Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » C++ unit test tool
C++ unit test tool [message #50671] Tue, 19 November 2002 13:08 Go to next message
Eclipse UserFriend
Originally posted by: erez_v.users.sourceforge.net

Hello everyone

Sorry if this question is trivial or out of place; I have written a C++
unit testing framework in the style of JUnit called CxxTest
<http://cxxtest.sourceforge.net> and would like to integrate it into
Eclipse. Can anyone give me pointers on where to start?

Thanks,
Erez
Re: C++ unit test tool [message #50756 is a reply to message #50671] Tue, 19 November 2002 22:11 Go to previous message
Judy N. Green is currently offline Judy N. GreenFriend
Messages: 149
Registered: July 2009
Senior Member
"Erez Volk" <erez_v@users.sourceforge.net> wrote in message
news:ardauk$s17$2@rogue.oti.com...
| Hello everyone
|
| Sorry if this question is trivial or out of place; I have written a C++
| unit testing framework in the style of JUnit called CxxTest
| <http://cxxtest.sourceforge.net> and would like to integrate it into
| Eclipse. Can anyone give me pointers on where to start?

Sounds interesting!
Assuming that it is written in Java, you would create a plugin for your new
project.
There are lots of articles on creating plugins both in the Eclipse help and
in documents on the website.
You can also look at other plugins such as JUnit and see how they did it.
Good luck and keep us posted.

-Judy
|
| Thanks,
| Erez
|
Previous Topic:CoreModel.create() unusable?
Next Topic:Creating a project via plugin
Goto Forum:
  


Current Time: Wed Jul 17 15:00:54 GMT 2024

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

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

Back to the top