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,

I found the problem for the UITestSuite launch configuration. The UI Test Suite.launch file contains the following line:
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>

I updated the value from 1.6 to 1.8 and now I can launch the suite.

Best Regards,

Le 03/03/2016 13:47, Axel RICHARD a écrit :
Hi Simon,

Thank you for your answer. Unfortunately, I already have all the additionnal dependencies you mentionned, and I also have mockito + hamcrest.

Best Regards,

Le 03/03/2016 12:19, Simon Scholz a écrit :
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 


_______________________________________________
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

--

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

--

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

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


Back to the top