eclipse-linuxtools/org.eclipse.linuxtools

Convert RedDeer tests to SWTbot ones or pure JUnit ones where feasible

Closed this issue · 3 comments

RedDeer is retiring from Eclipse Simrel and Docker tooling tests are already using Swtbot in tests (https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/tree/master/containers/org.eclipse.linuxtools.docker.ui.tests) thus it make sense to convert the RedDeer ones into Swtbot ones(https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/tree/master/containers/org.eclipse.linuxtools.docker.integration.tests) to have unified testing framework.
The tests in question are:

org.eclipse.linuxtools.docker.integration.tests.connection 9.3 sec 0 0 1 1
org.eclipse.linuxtools.docker.integration.tests.container 2 min 58 sec 0 0 13 13
org.eclipse.linuxtools.docker.integration.tests.image 1 min 41 sec 0 2 7 9
org.eclipse.linuxtools.docker.integration.tests.ui 2 min 43 sec 0 1 12 13

There may be overlap between swtbot and reddeer so some tests might not be needed at all.
For reference, here is Platform reddeer tests converted to plain junit ones eclipse-pde/eclipse.pde@b01e2c4 .

Closing. The tests are no longer easily runnable to make comparison.