Make waitForJobs available to non-SWTBot test plugins
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 19 Sep 2016 05:27:43 +0000 (01:27 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 7 Oct 2016 02:43:23 +0000 (22:43 -0400)
commit217d5c8162282eb789d9fcff663e2c5129eeb686
tree685684f5b8d4168b14d3ac63495eef28ab989261
parent524fb56d7e2069046a94ed41c1d125f9c2e5e488
Make waitForJobs available to non-SWTBot test plugins

The waitForJobs pattern is used in a few other places that SWTBot but
they do not have timeouts and the ability to print the stack traces
when it times out. By moving the code to the common plugin, all tests
can use it and benefit from it.

Change-Id: I56a19e5da30216d53a40f44dc3302b427985b1ae
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/81304
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/META-INF/MANIFEST.MF
lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/org/eclipse/tracecompass/lttng2/control/ui/tests/model/component/TraceControlTestFacility.java
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/SWTBotUtils.java
tmf/org.eclipse.tracecompass.tmf.ui.tests/shared/org/eclipse/tracecompass/tmf/ui/tests/shared/JobUtils.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.ui.tests/src/org/eclipse/tracecompass/tmf/ui/tests/views/uml2sd/loader/Uml2SDTestFacility.java
This page took 0.024922 seconds and 5 git commands to generate.