Headless JUnit Plug-In Tests [message #505721] |
Mon, 04 January 2010 06:32  |
Eclipse User |
|
|
|
Hello newsgroup.
We have a growing number of JUnit-Plug-In tests for components of our software that do not need the
UI to run. These tests could be run with the "headless" application option if we had the
org.eclipse.ui.ide plug-in in our target platform.
Unfortunately, this is not the case. Right now the tests are instead run with dedicated stipped down
Eclipse applications. I already tried to modify the Application class so it does not call the
PlatformUI.createAndRunWorkbench method. But apparently the JUnit tests are not executed then.
What do i have to do in the Application.start method to get the tests run without creating
a workbench?
Thanks,
Marcel
|
|
|
|
Powered by
FUDForum. Page generated in 0.25302 seconds