Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] how to do automation test in the tycho context?

IIFC, .target fully defines project compile and test target platrform
defines and it is as is, i.e. nothing added or removed (normal platform
filtering still takes place, of course).

There are special provisions in Eclipse Workbench to run tests that
require user interface and useUIHarness=true enables this. This has the
same effect as checking "Run In UI thread" in PDE launch configuration
dialog.

--
Regards,
Igor

On 11-06-02 1:35 PM, Cristiano Gavião wrote:
Hi Igor,

I'm learning how to test with tycho too.

Some doubts, in my case I've created a Target Definition and have set it
on target-platform-configuration.

So, should I infer that all the bundles in this file definition plus the
ones that I'm building will be installed and started (following the
definition) and be available to my test classes in integration-test phase?

In your example there is a <useUIHarness>true</useUIHarness>. What this
means ? If I'm using equinox without ui should I set it to false or just
remove it?

thanks a lot

Cristiano

On 02/06/11 10:44, Igor Fedorenko wrote:
You can find basic test bundle as part of tycho demo projects [1]

[1]
https://github.com/sonatype/sonatype-tycho/tree/master/tycho-demo/itp01

--
Regards,
Igor

On 10-05-31 4:39 AM, oliver_tech wrote:
hi,everyone
i have use tycho build all my plugins successfully, it's very friendly
to use tycho,great!
now i want write do some tests, anyone can introduce me how to start
wirte unit test for eclipse plugins?
it's better introduce me some opensource plugin projects which using
tycho (or other tech ) to do test
thank you very much!
2010-05-31
------------------------------------------------------------------------
oliver_tech



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top