Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Extending JUnit plugins
Extending JUnit plugins [message #258153] Fri, 16 January 2009 14:54 Go to next message
Vlad Dumitrescu is currently offline Vlad DumitrescuFriend
Messages: 431
Registered: July 2009
Location: Gothenburg
Senior Member
Hi!

I'm not sure this is the right place to ask, please point me right if it
isn't.

I am in a need to integrate other testing frameworks in Eclipse, and
instead of trying to take the boring road of writing an interface to each
of them, I thought I'd try to do something like this:

- define an API to let test frameworks describe themselves
- using this data, for each suite and test generate automatically Java
test classes that delegate to the real tests (using a different generic
API)
- let JUnit run on these test classes
- have another set of API to navigate to a test's source code

To my questions:
- does anybody know of a plugin that does that? The closest match that I
found is the Cactus plugin, but it only handles different application
servers.
- is this the right place to ask questions, if I start on this path?
- is this feasible at all? It looks like it to me, but there might be many
things that I am missing...

best regards,
Vlad
Re: Extending JUnit plugins [message #258161 is a reply to message #258153] Sat, 17 January 2009 11:49 Go to previous message
Vlad Dumitrescu is currently offline Vlad DumitrescuFriend
Messages: 431
Registered: July 2009
Location: Gothenburg
Senior Member
Vlad Dumitrescu wrote:
> I am in a need to integrate other testing frameworks in Eclipse, and
> instead of trying to take the boring road of writing an interface to each
> of them, I thought I'd try to do something like this:

Sorry for the noise, I realized my questions should have been asked on the
junit lists.

regards,
Vlad
Previous Topic:Force Compiler compliance level to 1.3 when creating new workspaces
Next Topic:@see Type + control + shift + O - adds java import
Goto Forum:
  


Current Time: Tue Nov 12 19:49:32 GMT 2024

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

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

Back to the top