Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Eclipse JUnit Plug-in Test
Eclipse JUnit Plug-in Test [message #598632] Fri, 26 June 2009 13:28
Flavio Donze is currently offline Flavio DonzeFriend
Messages: 211
Registered: July 2009
Location: Switzerland
Senior Member
Hello pde team

Right now I'm creating a JUnit Plug-in Lanuch for my server environment.
Doing that, I noticed a few things.

First, since I want to test a server application I don't need any UI
plug-ins. The org.eclipse.test plug-in, actually the UITestApplication
class has dependencies on org.eclipse.ui.ide.application and
org.eclipse.ui. They then have a whole dependency tree on other UI
plug-ins.
This does not affect my tests I just think it's kind of ugly.
So I was wondering if maybe the plug-in should be split up in
org.eclipse.test and org.eclipse.test.ui? What do you think of this?

Second, the launch seems to ignore my start levels if I don't set the
"Auto-Start" to "true". Even though the "Default Auto-Start" option is set
to "true".
Launching in Headless Mode, Test runner JUnit 3.
Is this an intended behavior or should I file a bug report?

cheers
flavio


Prozessmanagement und Qualitätsmanagement Software QMS/IMS
https://www.scodi.ch
Previous Topic:PDE Core refuses to be installed
Next Topic:Conflicting required versions of o.e.core.resources after export
Goto Forum:
  


Current Time: Fri Mar 29 06:45:06 GMT 2024

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

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

Back to the top