Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] How to launch UITestSuite ?

Hi Axel,

you can find further information here: http://www.vogella.com/tutorials/EclipsePlatformDevelopment/article.html#unitTesting

Basically the org.eclipse.ui.tests plugin has additional dependencies to the org.eclipse.test.performance plugin from the eclipse.platform.releng repository and to org.eclipse.core.tests.harness from the eclipse.platform.runtime. When you add these and mockito + hamcrest from the Orbit update sites to the workspace/target-platform the test should run properly.

Best regards,

Simon

On 03.03.2016 12:08, Axel RICHARD wrote:
Hello,

I don't succeed to launch the org.eclipse.ui.tests.UiTestSuite via the launch configuration.
when I try to launch it, I get errors like org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.common and many others.
I try to run it on MacOS.

Is there something specific to do to launch it ?

Best Regards,

--

Axel RICHARD
Eclipse Consultant & EMF Compare committer
+33 2 51 13 82 14

7 Boulevard Ampère - 44481 Carquefou - France
obeo.fr | twitter | linkedin



_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev

-- 
Trainer, Consultant and Developer

vogella GmbH
Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Tel (040) 78804360, Fax (032) 221739404, Email: simon.scholz@xxxxxxxxxxx, Web: http://www.vogella.com 

Back to the top