Started by user Oleksii Korniienko Rebuilds build #122 Running as Oleksii Korniienko Agent centos-7-0bw0r is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-0bw0r" namespace: "reddeer" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.reddeer.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-0bw0r" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-0bw0r" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-reddeer" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-0bw0r (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.verification.parametrized The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10 Fetching upstream changes from https://github.com/eclipse/reddeer.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 344e314cac86ef32ae37df3196df2c1e574b64fb (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10 Commit message: "Update gef plugins according to the 2023-09 changes" > git rev-list --no-walk 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [reddeer.verification.parametrized] $ Xvnc -help Starting xvnc [reddeer.verification.parametrized] $ Xvnc :94 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Thu Aug 24 07:14:12 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5994 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins5597369502731431023.sh + metacity --sm-disable --replace [reddeer.verification.parametrized] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.verification.parametrized/pom.xml -Dmaven.test.error.ignore=true -Declipse-orbit-update-site=https://download.eclipse.org/tools/orbit/downloads/latest-S -Declipse-target-site=https://download.eclipse.org/releases/2023-09 -DskipTests=false -Djava.target.version=17 -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 clean verify -U Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-09/ (480B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-09/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-09/202308031200/ (111.66kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/202308041000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-09/202308041000/ (728.63kB) [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B) [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ (14.08kB) [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (126B) [INFO] Adding repository https://download.eclipse.org/oomph/simrel-orbit/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (457B) [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (117.47kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching 202308041000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-09/ (63B) [INFO] Fetching org.eclipse.osgi_3.18.500.v20230709-1406.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.47MB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (83.65kB) [INFO] Fetching org.eclipse.swt_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.79kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20230721-0740.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.19kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.16MB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (23.09kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.49MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.08MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu_73.2.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.89MB) [INFO] Fetching com.sun.jna_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.79MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.3MB) [INFO] Fetching jakarta.annotation-api_1.3.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.47kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.45kB) [INFO] Fetching org.eclipse.ui_3.203.200.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (434.04kB) [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.99kB) [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (95.08kB) [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (117.29kB) [INFO] Fetching org.eclipse.equinox.common_3.18.100.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.52kB) [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (102.48kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.88kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (198.07kB) [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (287.75kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (315.27kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (166.11kB) [INFO] Fetching org.eclipse.core.jobs_3.15.0.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (115.71kB) [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (91.53kB) [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (274.59kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (26.42kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.100.v20230721-1753.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (55.35kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.100.v20230708-0809.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.64kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.36kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (53.97kB) [INFO] Fetching org.eclipse.emf.ecore_2.35.0.v20230704-0745.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.5kB) [INFO] Fetching org.eclipse.jface_3.30.100.v20230712-2038.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.12MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (219.31kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.100.v20230701-0828.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (205.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (30.14kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.21kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (58.65kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (396.72kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (268.21kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (91.74kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.35.0.v20230801-1141.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (238.78kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (120.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.100.v20230726-0722.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (256.5kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.24kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (292.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (23.21kB) [INFO] Fetching org.eclipse.urischeme_1.3.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.21kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230614-0642.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (378.57kB) [INFO] Fetching org.eclipse.ui.workbench_3.129.100.v20230711-1827.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.51MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (21.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching bcprov_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (7.97MB) [INFO] Fetching bcpg_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (439.42kB) [INFO] Fetching org.eclipse.core.resources_3.19.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (898.98kB) [INFO] Fetching org.eclipse.jface.text_3.24.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.ide_3.21.100.v20230726-0754.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (693.66kB) [INFO] Fetching org.eclipse.ui.editors_3.16.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (612.07kB) [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (69.73kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (116.84kB) [INFO] Fetching org.eclipse.text_3.13.100.v20230725-1107.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (298.79kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (72.25kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.100.v20230630-1207.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (172.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (365.14kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.10.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (80.35kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (64.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.100.v20230710-0621.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (184.63kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (236.73kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (137.49kB) [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (115.78kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (428.8kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Fetching jakarta.inject.jakarta.inject-api_1.0.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (10.61kB) [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (48.11kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Fetching org.eclipse.ui.forms_3.13.0.v20230723-1039.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (332.39kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (73.8kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (536.33kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.55MB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (300.96kB) [INFO] Fetching org.eclipse.core.variables_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.debug.core_3.21.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (401.08kB) [INFO] Fetching org.eclipse.debug.ui_3.18.100.v20230726-1201.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.04MB) [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (246.77kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.4.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (209.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (39.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.400.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (113.11kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.04kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (33.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (135.53kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (103.54kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (248.65kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.55kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (698.86kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (172.99kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (103.81kB) [INFO] Fetching org.junit_4.13.2.v20230725-0701.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (415.04kB) [INFO] Fetching org.eclipse.ui.browser_3.8.100.v20230701-1230.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (210.27kB) [INFO] Fetching org.eclipse.ui.views.log_1.4.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (174.66kB) [INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202301110442.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (398.78kB) [INFO] Fetching org.eclipse.wst.server.ui_1.6.200.v202307100345.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (954.9kB) [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.15kB) [INFO] Fetching org.yaml.snakeyaml_2.0.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (326.96kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (60.67kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.1.0.v202304050316.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (76.53kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202204301608.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (102.78kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.14.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (648.33kB) [INFO] Fetching org.eclipse.gef_3.15.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (999.33kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Fetching org.eclipse.ui.views_3.12.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (107.53kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (167.96kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (301.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (354.61kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.07kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.93kB) [INFO] Fetching org.eclipse.graphiti_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (326.75kB) [INFO] Fetching org.eclipse.graphiti.mm_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (222.15kB) [INFO] Fetching org.eclipse.graphiti.ui_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (692.62kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.100.v20230630-1207.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (110.58kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (155.83kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.200.v20230627-0107.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (58.97kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Fetching biz.aQute.bnd.util_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (418.96kB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.84kB) [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (3.04MB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.01kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.96MB) [INFO] Fetching org.apache.commons.commons-io_2.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (472.61kB) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.83kB) [INFO] Fetching org.eclipse.ant.core_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.44kB) [INFO] Fetching org.eclipse.ant.launching_1.4.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (163.54kB) [INFO] Fetching org.eclipse.jdt.launching_3.20.100.v20230724-1759.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (582.94kB) [INFO] Fetching org.eclipse.core.externaltools_1.3.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.77kB) [INFO] Fetching org.eclipse.jdt.core_3.35.0.v20230726-1449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.ant.ui_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.externaltools_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.96kB) [INFO] Fetching org.eclipse.jdt.ui_3.30.0.v20230725-2325.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (10.98MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.13.100.v20230714-0659.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (405.12kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.100.v20230720-0542.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (346.42kB) [INFO] Fetching org.eclipse.jdt.junit_3.16.100.v20230714-1831.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (548.17kB) [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (809.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (258.26kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.35.0.v20230721-1147.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.05MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.100.v20230724-2209.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.51MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.100.v20230714-0701.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (925.81kB) [INFO] Fetching org.eclipse.search_3.15.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (500.57kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.100.v20230718-0715.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (470.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.12.100.v20230720-0542.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (181.82kB) [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.100.v20230719-1616.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (180.27kB) [INFO] Fetching org.eclipse.pde.build_3.12.100.v20230723-1104.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (503.38kB) [INFO] Fetching org.eclipse.pde.core_3.17.100.v20230719-1742.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.4MB) [INFO] Fetching org.eclipse.pde.launching_3.11.100.v20230630-1319.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.98kB) [INFO] Fetching org.eclipse.pde.ui_3.14.100.v20230723-1400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.59MB) [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (349.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.100.v20230725-0936.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (388.81kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.3.100.v20230712-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (166.04kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Fetching org.eclipse.swtbot.generator_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (110.97kB) [INFO] Fetching org.eclipse.swtbot.generator.jdt_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (60.3kB) [INFO] Fetching org.eclipse.swtbot.generator.ui_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.04kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Fetching org.eclipse.core.net_1.5.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.77kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.57kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (129.16kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching slf4j.api_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (62.14kB) [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.25kB) [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (308.6kB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.51kB) [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.9MB) [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (119.01kB) [INFO] Fetching org.objectweb.asm.commons_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (70.52kB) [INFO] Fetching org.objectweb.asm.util_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.94kB) [INFO] Fetching org.apache.commons.cli_1.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.92kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (370.34kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (101.69kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (83.25kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (188.34kB) [INFO] Fetching org.eclipse.m2e.archetype.common_3.2.103.20230102-2253.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (633.82kB) [INFO] Fetching org.eclipse.m2e.maven.runtime_3.9.100.20230519-1558.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (7.65MB) [INFO] Fetching org.eclipse.m2e.core_2.0.8.20230520-0934.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (640.8kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.core.ui_2.0.5.20230320-1220.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (810.77kB) [INFO] Fetching org.eclipse.m2e.model.edit_2.0.300.20230320-2130.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (410.69kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.9kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (229.37kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.1100.v202305221405.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (479.83kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (811.49kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (29.67kB) [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.3kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (121.53kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.86kB) [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (50.73kB) [INFO] Fetching org.objectweb.asm.tree.analysis_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (33.18kB) [INFO] Fetching slf4j.nop_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Fetching org.eclipse.jetty.logging_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.19.200.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (44.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (30.03kB) [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (12.01kB) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/releases/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/mylyn/releases/latest [INFO] Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/latest/ (486B) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching org.apache.lucene.analysis-common_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.9MB) [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.84MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.44MB) [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (546.1kB) [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (449.09kB) [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (248.53kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (275.68kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (21.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (573.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (174.63kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (355.26kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (578.19kB) [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (22.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (348.3kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (636.3kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (232.29kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (97.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (99.81kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (196.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.54kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (381.35kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (476.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (146.78kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (371.21kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (80.75kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (286.47kB) [INFO] Fetching org.eclipse.jem.util_2.1.400.v202304222306.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (116.25kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.29kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (50.13kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.37kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.703.v202304232220.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (128.65kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (417.78kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (147.44kB) [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (421.55kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.403.v202303031844.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (369.74kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.12.200.v202301170743.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (190.16kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (144.21kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (293.58kB) [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.41kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.06kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.1000.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (460.17kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (157.2kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.1000.v202304260646.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (332.91kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.900.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.700.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.72MB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.100.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (859.17kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.400.v202304020611.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (92.7kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (163.5kB) [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (79.59kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.0.1300.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (192.74kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202206110154.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (82.23kB) [INFO] Fetching org.eclipse.jst.jee_1.0.1300.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (118.84kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (66.31kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1100.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.700.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.82kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.1001.v202301170822.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (237.15kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.2.300.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (478.06kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.401.v202304222306.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (153.67kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1600.v202301170822.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (252.67kB) [INFO] Fetching org.eclipse.wst.css.core_1.3.300.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (555.51kB) [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (323.9kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.wst.html.core_1.4.300.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (786.44kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.800.v202305230750.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (335.9kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/gef/updates/legacy/releases/ (130B) [INFO] Adding repository https://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.14.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (250.75kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (72.52kB) [INFO] Fetching org.mockito.mockito-core_5.4.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (673.71kB) [INFO] Fetching net.bytebuddy.byte-buddy_1.14.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4MB) [INFO] Fetching org.objenesis_3.3.0.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (68.18kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Fetching org.eclipse.pde.junit.runtime_3.7.100.v20230630-1319.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.12kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RedDeer Parent POM File [pom] [INFO] RedDeer Plugins [pom] [INFO] RedDeer Common [eclipse-plugin] [INFO] RedDeer Workbench Core [eclipse-plugin] [INFO] RedDeer E4 Workbench Core [eclipse-plugin] [INFO] RedDeer Core [eclipse-plugin] [INFO] RedDeer SWT [eclipse-plugin] [INFO] RedDeer JFace [eclipse-plugin] [INFO] RedDeer Workbench [eclipse-plugin] [INFO] RedDeer E4 Workbench [eclipse-plugin] [INFO] RedDeer UIForms [eclipse-plugin] [INFO] RedDeer Direct [eclipse-plugin] [INFO] RedDeer JUnit [eclipse-plugin] [INFO] RedDeer Eclipse [eclipse-plugin] [INFO] RedDeer GEF [eclipse-plugin] [INFO] RedDeer GEF Spy [eclipse-plugin] [INFO] RedDeer Graphiti [eclipse-plugin] [INFO] RedDeer JDT Junit [eclipse-plugin] [INFO] RedDeer JUnit Extensions [eclipse-plugin] [INFO] RedDeer Requirements [eclipse-plugin] [INFO] RedDeer UI [eclipse-plugin] [INFO] RedDeer Spy [eclipse-plugin] [INFO] RedDeer Recorder [eclipse-plugin] [INFO] RedDeer Go [eclipse-plugin] [INFO] RedDeer Log Parser [eclipse-plugin] [INFO] RedDeer CodeGen [eclipse-plugin] [INFO] RedDeer Test-Apps [pom] [INFO] RedDeer E4 Test App [eclipse-plugin] [INFO] RedDeer Tests [pom] [INFO] RedDeer Common Tests [eclipse-test-plugin] [INFO] RedDeer SWT Tests [eclipse-test-plugin] [INFO] RedDeer Core Tests [eclipse-test-plugin] [INFO] RedDeer Workbench Tests [eclipse-test-plugin] [INFO] RedDeer UIForms Test [eclipse-test-plugin] [INFO] RedDeer JFace Tests [eclipse-test-plugin] [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin] [INFO] RedDeer Eclipse Tests [eclipse-test-plugin] [INFO] RedDeer GEF Tests [eclipse-test-plugin] [INFO] RedDeer Graphiti Tests [eclipse-test-plugin] [INFO] RedDeer Direct Tests [eclipse-test-plugin] [INFO] RedDeer JUnit Tests [eclipse-test-plugin] [INFO] RedDeer Requirements Tests [eclipse-test-plugin] [INFO] RedDeer UI Tests [eclipse-test-plugin] [INFO] RedDeer E4 Workbench Tests [eclipse-test-plugin] [INFO] RedDeer Features [pom] [INFO] RedDeer E4 Feature [eclipse-feature] [INFO] RedDeer Eclipse Feature [eclipse-feature] [INFO] RedDeer GEF Spy Feature [eclipse-feature] [INFO] RedDeer SWT Feature [eclipse-feature] [INFO] RedDeer Tests Feature [eclipse-feature] [INFO] RedDeer UI Feature [eclipse-feature] [INFO] RedDeer Recorder Feature [eclipse-feature] [INFO] RedDeer GEF/Graphiti Feature [eclipse-feature] [INFO] RedDeer Spy Feature [eclipse-feature] [INFO] RedDeer Log Parser Feature [eclipse-feature] [INFO] RedDeer CodeGen Feature [eclipse-feature] [INFO] RedDeer Site [eclipse-repository] [INFO] RedDeer Archetype [maven-archetype] [INFO] [INFO] ---------------------< org.eclipse.reddeer:parent >--------------------- [INFO] Building RedDeer Parent POM File 4.7.0-SNAPSHOT [1/58] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 4.7.0-SNAPSHOT [2/58] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ plugins --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 4.7.0-SNAPSHOT [3/58] [INFO] from plugins/org.eclipse.reddeer.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common --- [INFO] Resolving class path of RedDeer Common... [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (79.16kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.1MB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.92kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.300.v20230622-2056.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.02kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210162353.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.9kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.16MB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.common --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >------- [INFO] Building RedDeer Workbench Core 4.7.0-SNAPSHOT [4/58] [INFO] from plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.core --- [INFO] Resolving class path of RedDeer Workbench Core... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.0.v20230501-1823.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (31.84kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (11.39kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.workbench.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.workbench.core --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------ [INFO] Building RedDeer E4 Workbench Core 4.7.0-SNAPSHOT [5/58] [INFO] from plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Resolving class path of RedDeer E4 Workbench Core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------ [INFO] Building RedDeer Core 4.7.0-SNAPSHOT [6/58] [INFO] from plugins/org.eclipse.reddeer.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core --- [INFO] Resolving class path of RedDeer Core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.core --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >------------- [INFO] Building RedDeer SWT 4.7.0-SNAPSHOT [7/58] [INFO] from plugins/org.eclipse.reddeer.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt --- [INFO] Resolving class path of RedDeer SWT... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt --- [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.swt --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------ [INFO] Building RedDeer JFace 4.7.0-SNAPSHOT [8/58] [INFO] from plugins/org.eclipse.reddeer.jface/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface --- [INFO] Resolving class path of RedDeer JFace... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.jface --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.jface --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >---------- [INFO] Building RedDeer Workbench 4.7.0-SNAPSHOT [9/58] [INFO] from plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench --- [INFO] Resolving class path of RedDeer Workbench... [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.94kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.0.v20230616-1215.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.0.v20230616-1215.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (29.89kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (39.29kB) [INFO] Fetching org.eclipse.ui.win32_3.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.13kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.1.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.64kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27.41kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.workbench --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.workbench --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >-------- [INFO] Building RedDeer E4 Workbench 4.7.0-SNAPSHOT [10/58] [INFO] from plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench --- [INFO] Resolving class path of RedDeer E4 Workbench... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4.workbench --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4.workbench --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >----------- [INFO] Building RedDeer UIForms 4.7.0-SNAPSHOT [11/58] [INFO] from plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms --- [INFO] Resolving class path of RedDeer UIForms... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.uiforms --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.uiforms --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >----------- [INFO] Building RedDeer Direct 4.7.0-SNAPSHOT [12/58] [INFO] from plugins/org.eclipse.reddeer.direct/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.direct --- [INFO] Resolving class path of RedDeer Direct... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.direct --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.direct --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.direct --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------ [INFO] Building RedDeer JUnit 4.7.0-SNAPSHOT [13/58] [INFO] from plugins/org.eclipse.reddeer.junit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit --- [INFO] Resolving class path of RedDeer JUnit... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit --- [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.junit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.junit --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >----------- [INFO] Building RedDeer Eclipse 4.7.0-SNAPSHOT [14/58] [INFO] from plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse --- [INFO] Resolving class path of RedDeer Eclipse... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse --- [INFO] Compiling 251 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.eclipse --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.eclipse --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >------------- [INFO] Building RedDeer GEF 4.7.0-SNAPSHOT [15/58] [INFO] from plugins/org.eclipse.reddeer.gef/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef --- [INFO] Resolving class path of RedDeer GEF... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.gef --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.gef --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >----------- [INFO] Building RedDeer GEF Spy 4.7.0-SNAPSHOT [16/58] [INFO] from plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef.spy --- [INFO] Resolving class path of RedDeer GEF Spy... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef.spy --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.gef.spy --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.gef.spy --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >---------- [INFO] Building RedDeer Graphiti 4.7.0-SNAPSHOT [17/58] [INFO] from plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.graphiti --- [INFO] Resolving class path of RedDeer Graphiti... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.graphiti --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.graphiti --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.graphiti --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >---------- [INFO] Building RedDeer JDT Junit 4.7.0-SNAPSHOT [18/58] [INFO] from plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jdt.junit --- [INFO] Resolving class path of RedDeer JDT Junit... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jdt.junit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jdt.junit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.jdt.junit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit --- [WARNING] /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/build.properties: bin.includes value(s) [resources/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.jdt.junit --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >------- [INFO] Building RedDeer JUnit Extensions 4.7.0-SNAPSHOT [19/58] [INFO] from plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit.extension --- [INFO] Resolving class path of RedDeer JUnit Extensions... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit.extension --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.junit.extension --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.junit.extension --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >-------- [INFO] Building RedDeer Requirements 4.7.0-SNAPSHOT [20/58] [INFO] from plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.requirements --- [INFO] Resolving class path of RedDeer Requirements... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.requirements --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.requirements --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.requirements --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >------------- [INFO] Building RedDeer UI 4.7.0-SNAPSHOT [21/58] [INFO] from plugins/org.eclipse.reddeer.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.ui --- [INFO] Resolving class path of RedDeer UI... [INFO] Fetching org.slf4j.binding.log4j12_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (23.66kB) [INFO] Fetching org.eclipse.swtbot.ant.junit_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (10.42kB) [INFO] Fetching biz.aQute.bnd.embedded-repo_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (5.73MB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (21.17kB) [INFO] Fetching org.slf4j.binding.simple_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (26.7kB) [INFO] Fetching org.slf4j.binding.nop_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (15.08kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.ui --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >------------- [INFO] Building RedDeer Spy 4.7.0-SNAPSHOT [22/58] [INFO] from plugins/org.eclipse.reddeer.spy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.spy --- [INFO] Resolving class path of RedDeer Spy... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.spy --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.spy --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.spy --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >---------- [INFO] Building RedDeer Recorder 4.7.0-SNAPSHOT [23/58] [INFO] from plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.recorder --- [INFO] Resolving class path of RedDeer Recorder... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.recorder --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.recorder --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.recorder --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >------------- [INFO] Building RedDeer Go 4.7.0-SNAPSHOT [24/58] [INFO] from plugins/org.eclipse.reddeer.go/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.go --- [INFO] Resolving class path of RedDeer Go... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.go --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.go --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.go --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.go --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >---------- [INFO] Building RedDeer Log Parser 4.7.0-SNAPSHOT [25/58] [INFO] from plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.logparser --- [INFO] Resolving class path of RedDeer Log Parser... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.logparser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.logparser --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.logparser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.logparser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.logparser --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >----------- [INFO] Building RedDeer CodeGen 4.7.0-SNAPSHOT [26/58] [INFO] from plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.codegen --- [INFO] Resolving class path of RedDeer CodeGen... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.codegen --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.codegen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.codegen --- [INFO] No tests to run. [INFO] [INFO] -------------------< org.eclipse.reddeer:test-apps >-------------------- [INFO] Building RedDeer Test-Apps 4.7.0-SNAPSHOT [27/58] [INFO] from test-apps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test-apps --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ test-apps --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ test-apps --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >------------- [INFO] Building RedDeer E4 Test App 4.7.0-SNAPSHOT [28/58] [INFO] from test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4 --- [INFO] Resolving class path of RedDeer E4 Test App... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4 --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4 --- [INFO] No tests to run. [INFO] [INFO] ---------------------< org.eclipse.reddeer:tests >---------------------- [INFO] Building RedDeer Tests 4.7.0-SNAPSHOT [29/58] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ tests --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >--------- [INFO] Building RedDeer Common Tests 4.7.0-SNAPSHOT [30/58] [INFO] from tests/org.eclipse.reddeer.common.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common.test --- [INFO] Resolving class path of RedDeer Common Tests... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.300.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (16.38kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.core.net.win32_1.1.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (86.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.49kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (87.79kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common.test --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources does not exist [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.common.test --- [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.88kB) [INFO] Fetching org.eclipse.platform_4.29.0.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (586.38kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.common.test.wait.GroupWaitTest 07:16:31.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:16:32.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 07:16:32.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:16:36.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 07:16:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:16:40.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:16:40.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:16:41.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:16:41.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:16:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 07:16:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:16:46.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 07:16:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:16:50.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:16:50.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:16:57.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.12 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.083 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.001 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.503 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.501 s test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 11.003 s test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.002 s getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 s getSeconds_factor1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1_smallnumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.WaitWhileTest 07:16:57.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:17:04.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:17:04.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:17:11.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:17:11.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:17:13.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.505 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_WaitWhileFulFilled(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.002 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.001 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 07:17:13.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:17:20.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:17:20.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:17:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:17:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:17:30.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.507 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0.001 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.001 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.017 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.003 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float_fail(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getFloatSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getBooleanSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getByName_nonExisting(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.properties.LoggerTest 07:17:30.289 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 07:17:30.290 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 07:17:30.290 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 07:17:30.290 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 07:17:30.290 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 07:17:30.290 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 07:17:30.290 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.LoggerTest testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest) Time elapsed: 0.001 s Results: Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >---------- [INFO] Building RedDeer SWT Tests 4.7.0-SNAPSHOT [31/58] [INFO] from tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt.test --- [INFO] Resolving class path of RedDeer SWT Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.26.0.20230705-0942.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (132.67kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (81.03kB) [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (352.28kB) [INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (256.75kB) [INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (211.53kB) [INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (557.33kB) [INFO] Fetching org.eclipse.jetty.server_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (777.98kB) [INFO] Fetching org.eclipse.jetty.security_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (118.37kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (161.99kB) [INFO] Fetching org.eclipse.jetty.webapp_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (155.17kB) [INFO] Fetching org.eclipse.jetty.xml_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (70.41kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (62.46kB) [INFO] Fetching slf4j.api_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (40.16kB) [INFO] Fetching com.google.guava_32.1.0.jre.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (2.9MB) [INFO] Fetching slf4j.simple_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (14.97kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:44.510 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:17:44.512 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:17:44.520 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:17:44.521 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:17:44.535 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:44.554 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:17:44.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:44.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:44.608 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:17:44.608 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:17:44.615 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:17:44.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:44.617 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:17:44.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:44.620 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:17:44.622 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:44.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:44.625 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:44.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:44.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:44.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:44.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:44.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:44.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:44.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:44.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:44.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:44.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:44.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 07:17:44.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:44.811 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 07:17:44.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:44.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:44.829 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:44.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:44.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:44.851 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:44.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:44.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:44.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:44.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:44.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:44.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:44.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:44.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:44.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:44.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:44.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:44.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:44.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:44.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:44.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:44.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:44.933 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:17:44.945 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 07:17:45.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:45.010 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:45.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:45.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:45.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:45.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:45.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:45.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:17:45.139 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 07:17:45.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:45.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:45.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:45.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:45.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:45.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:45.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.253 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:17:45.253 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 07:17:45.253 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 07:17:45.254 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 07:17:45.254 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 07:17:45.254 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 07:17:45.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:45.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:45.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:45.317 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:45.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:45.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:45.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.412 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:17:45.412 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 07:17:45.412 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 07:17:45.413 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 07:17:45.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:45.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:45.441 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:45.441 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:45.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:45.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.533 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:17:45.533 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 07:17:45.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 07:17:45.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:45.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:45.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:45.551 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:45.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:45.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:45.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:45.654 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:17:45.656 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 07:17:45.657 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 07:17:45.657 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 07:17:45.657 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 07:17:45.657 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 07:17:45.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:45.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:45.716 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:17:45.717 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:17:45.717 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:45.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.28 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.226 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.167 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.135 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.162 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.124 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.11 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.165 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:45.812 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:45.814 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:17:45.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:45.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:45.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:45.815 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:17:45.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:45.815 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:17:45.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:45.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:45.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:45.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:45.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:45.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:45.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:45.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:45.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:45.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:45.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:45.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:45.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:45.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:45.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:45.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:45.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:45.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:45.924 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:45.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:45.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:45.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:45.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:45.939 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:45.939 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:17:45.940 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 07:17:45.940 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 07:17:45.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:45.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:45.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:45.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:45.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:45.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:45.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:45.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:45.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:45.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:45.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:45.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:46.043 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.043 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.043 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:17:46.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 07:17:46.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:46.129 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.129 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.130 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.130 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:46.130 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:46.130 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:17:46.130 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 07:17:46.130 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 07:17:46.131 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 07:17:46.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 07:17:46.133 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 07:17:46.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.147 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.147 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:46.216 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.218 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.218 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:17:46.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.274 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.275 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.275 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:46.275 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:46.275 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:17:46.275 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 07:17:46.275 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 07:17:46.275 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 07:17:46.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 07:17:46.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 07:17:46.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.409 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:46.442 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.443 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.443 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.443 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:46.443 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:46.443 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:17:46.443 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 07:17:46.443 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 07:17:46.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.473 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.473 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.473 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 07:17:46.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 07:17:46.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:46.578 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.578 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.578 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.578 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:46.578 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:46.578 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 07:17:46.580 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 07:17:46.580 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 07:17:46.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.628 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:46.658 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.659 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.659 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.659 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:46.659 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:46.659 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:17:46.659 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 07:17:46.659 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 07:17:46.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:46.731 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.731 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.731 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.732 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:17:46.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 07:17:46.732 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 07:17:46.732 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 07:17:46.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 07:17:46.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:17:46.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:46.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 07:17:46.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:46.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:17:46.734 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:17:46.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.747 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.748 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.787 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 07:17:46.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.854 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 07:17:46.855 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 07:17:46.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.866 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:46.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:46.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:46.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:46.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:46.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:46.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:46.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:46.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:46.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:46.927 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:46.928 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:46.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:46.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:46.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:46.928 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:46.928 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:46.928 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:46.928 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 07:17:46.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 07:17:46.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:46.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:46.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:46.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:46.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:46.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:46.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:46.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:46.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:46.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:47.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:47.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:47.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:47.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:47.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:47.017 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:47.017 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:47.017 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:47.017 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:47.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:47.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:47.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:47.022 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:47.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:47.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:47.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:47.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:47.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:47.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:47.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:47.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:47.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:47.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:47.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:47.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:47.068 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:47.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:47.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:47.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:47.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:47.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:47.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:47.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:47.068 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 07:17:47.068 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 07:17:47.068 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 07:17:47.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 07:17:47.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:47.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.125 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:47.125 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:47.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:47.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:47.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:47.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:47.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:47.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:47.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:47.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:47.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:47.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:47.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:47.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:47.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:47.155 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:47.155 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:47.155 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:47.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:47.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:47.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:47.155 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:47.155 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:17:47.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:47.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:47.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:47.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:47.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:47.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:47.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:47.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:47.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:47.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:47.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:47.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:47.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:47.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:47.231 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:47.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:47.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:47.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:47.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:47.231 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:47.231 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:47.231 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:47.231 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 07:17:47.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 07:17:47.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:47.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:47.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:47.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:47.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:47.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:47.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:47.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:17:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:47.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:47.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:47.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:47.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:47.283 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:17:47.283 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:17:47.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:17:47.283 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:17:47.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:17:47.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:47.284 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:17:47.284 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:17:47.284 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:17:47.284 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:17:47.284 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 07:17:47.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 07:17:47.284 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 07:17:47.284 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 07:17:47.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:47.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.325 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:17:47.325 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:17:47.325 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:47.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.515 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.139 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.102 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.09 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.096 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.079 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.086 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.063 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.063 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.092 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.042 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.077 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.067 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.05 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.073 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.089 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.096 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.056 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.061 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.082 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:17:47.337 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:17:47.338 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:17:47.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:47.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:17:47.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:47.338 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:17:47.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:47.339 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:17:47.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:47.340 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 07:17:47.341 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 07:17:47.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:17:47.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:47.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:47.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 07:17:47.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:47.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:47.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:17:47.352 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 07:17:47.353 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:17:47.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 07:17:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 07:17:47.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 07:17:47.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:47.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:47.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:17:47.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 07:17:47.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:47.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:47.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:17:47.447 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 07:17:47.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:17:47.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:17:47.449 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:17:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:17:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:17:47.450 TRACE [main][WidgetHandler] Notify Table with event 13 07:17:47.450 TRACE [main][WidgetHandler] Wait for synchronization 07:17:47.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:47.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 07:17:47.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:47.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:17:47.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:47.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:47.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:47.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 07:17:47.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:47.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:47.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:47.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:47.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:47.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:17:47.457 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:17:47.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:17:47.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:17:47.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:17:47.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:48.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:17:48.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:17:48.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:17:48.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.023 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:17:48.023 DEBUG [main][MenuItemLookup] Found menu:'File' 07:17:48.024 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:17:48.024 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:17:48.024 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:17:48.024 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:17:48.024 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:17:48.024 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:17:48.024 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:17:48.024 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:17:48.024 DEBUG [main][MenuItemLookup] Item match:Window 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.027 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:17:48.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.027 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'File' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:17:48.028 DEBUG [main][MenuItemLookup] Item match:Window 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:17:48.028 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:17:48.028 DEBUG [main][MenuItemLookup] Item match:Perspective 07:17:48.031 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 07:17:48.031 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.031 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 07:17:48.031 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 07:17:48.031 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 07:17:48.031 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 07:17:48.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:17:48.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.036 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'File' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:17:48.036 DEBUG [main][MenuItemLookup] Item match:Window 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:17:48.036 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:17:48.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.037 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'File' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:17:48.037 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:17:48.037 DEBUG [main][MenuItemLookup] Item match:Window 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:17:48.038 DEBUG [main][MenuItemLookup] Item match:Perspective 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 07:17:48.038 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 07:17:48.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.038 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'File' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:17:48.038 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:17:48.039 DEBUG [main][MenuItemLookup] Item match:Window 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:17:48.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.039 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'File' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:17:48.039 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:17:48.040 DEBUG [main][MenuItemLookup] Item match:Window 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:17:48.040 DEBUG [main][MenuItemLookup] Item match:Perspective 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 07:17:48.040 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 07:17:48.040 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 07:17:48.041 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 07:17:48.041 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 07:17:48.041 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 07:17:48.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 07:17:48.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 07:17:48.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 07:17:48.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:48.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:48.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:48.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 07:17:48.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:48.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:48.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:48.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 07:17:48.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:48.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 07:17:48.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:48.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:48.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:48.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:48.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:48.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:17:48.071 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 07:17:48.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:17:48.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:17:48.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:17:48.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:48.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:48.240 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 07:17:48.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:17:48.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:48.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:48.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:48.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:17:48.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:48.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:48.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:17:48.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Run.*') 07:17:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:48.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:48.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:48.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:17:48.261 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:17:48.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:48.375 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 07:17:48.375 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.375 DEBUG [main][MenuItemLookup] Found menu:'Run As' 07:17:48.375 DEBUG [main][MenuItemLookup] Item match:Run As 07:17:48.377 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 07:17:48.377 DEBUG [main][MenuItemLookup] Item match:(none applicable) 07:17:48.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 07:17:48.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:17:48.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:48.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 07:17:48.378 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:17:48.378 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:48.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.138 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:48.389 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:48.389 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:17:48.390 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:48.390 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:48.390 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:48.390 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:17:48.390 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:48.390 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:17:48.390 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:48.390 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:48.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:17:48.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:48.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:48.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:48.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:48.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:48.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:17:48.418 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 07:17:48.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:17:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:48.418 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:17:48.418 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:17:48.418 DEBUG [main][MenuItemLookup] Found menu:'File' 07:17:48.418 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:17:48.418 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:17:48.418 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:17:48.418 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:17:48.418 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:17:48.419 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:17:48.419 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:17:48.419 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:17:48.419 DEBUG [main][MenuItemLookup] Item match:Window 07:17:48.419 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:17:48.419 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:17:48.419 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:17:48.419 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.419 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:17:48.419 DEBUG [main][MenuItemLookup] Item match:Show View 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:48.423 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:17:48.423 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:17:48.424 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:17:48.424 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:17:48.424 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:17:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:17:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:17:48.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:17:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:48.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:17:48.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:48.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:17:48.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:48.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:48.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:48.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:48.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:17:48.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:17:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:17:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:17:49.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:17:49.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:17:49.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:17:49.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:17:49.027 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:17:49.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:17:49.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:17:49.027 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 07:17:49.027 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 07:17:49.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 07:17:49.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 07:17:49.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:49.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:49.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:49.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:17:49.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:49.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:17:49.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:49.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:17:49.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:49.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:49.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:17:49.031 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:17:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:17:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:17:49.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:17:49.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:49.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:17:49.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:17:49.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:17:49.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:17:49.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:17:49.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:49.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:49.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:17:49.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:17:49.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:49.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:49.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:17:49.109 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:17:49.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:17:49.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:17:49.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:17:49.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:17:49.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:17:49.127 DEBUG [main][MenuItemLookup] Found menu:'submenu' 07:17:49.128 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:49.128 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 07:17:49.128 DEBUG [main][MenuItemLookup] Item match:View Action with ID 07:17:49.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 07:17:49.128 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 07:17:49.128 INFO [main][MenuItemHandler] Select menu item: View Action with ID 07:17:49.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 07:17:49.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 07:17:49.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:49.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:49.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:49.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:49.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:49.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:17:49.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:49.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:17:49.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:49.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:49.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:49.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:49.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.133 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:17:49.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:17:49.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:49.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:49.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:17:49.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:17:49.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:49.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:49.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:17:49.141 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:17:49.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:17:49.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:17:49.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:17:49.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:17:49.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:17:49.143 DEBUG [main][MenuItemLookup] Found menu:'submenu' 07:17:49.143 DEBUG [main][MenuItemLookup] Item match:submenu 07:17:49.145 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 07:17:49.145 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 07:17:49.145 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 07:17:49.145 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 07:17:49.145 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 07:17:49.146 DEBUG [main][MenuItemLookup] Found menu:'submenu' 07:17:49.146 DEBUG [main][MenuItemLookup] Item match:submenu 07:17:49.146 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 07:17:49.146 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 07:17:49.146 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 07:17:49.146 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 07:17:49.146 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 07:17:49.147 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 07:17:49.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:49.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:49.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:49.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:49.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:49.147 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:17:49.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:49.147 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:17:49.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:49.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:49.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:49.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:49.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:17:49.161 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 07:17:49.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:17:49.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:49.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:49.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:17:49.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:17:49.162 DEBUG [main][MenuItemLookup] Found menu:'File' 07:17:49.162 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:17:49.162 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:17:49.162 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:17:49.162 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:17:49.162 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:17:49.162 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:17:49.162 DEBUG [main][MenuItemLookup] Item match:Window 07:17:49.163 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:17:49.163 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:17:49.163 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:17:49.163 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:49.163 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:17:49.163 DEBUG [main][MenuItemLookup] Item match:Show View 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:49.167 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:17:49.167 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:17:49.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:17:49.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:17:49.176 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:17:49.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:17:49.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:17:49.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:17:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:49.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:17:49.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:49.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:17:49.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:49.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:49.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:17:49.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:17:49.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:17:49.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:17:49.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:17:49.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:17:49.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:17:49.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:17:49.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:17:49.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:17:49.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:17:49.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:17:49.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:17:49.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:17:49.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 07:17:49.759 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 07:17:49.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 07:17:49.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 07:17:49.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:49.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:49.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:49.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:17:49.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:49.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:17:49.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:49.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:17:49.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:49.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:49.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:17:49.762 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:17:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:17:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:17:49.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:17:49.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:49.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:17:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:17:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:17:49.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:17:49.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:17:49.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:49.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:49.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:17:49.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 07:17:49.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:49.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:49.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:17:49.884 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 07:17:49.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:17:49.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:17:49.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:17:49.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:17:49.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:17:49.888 DEBUG [main][MenuItemLookup] Found menu:'Group By' 07:17:49.888 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:49.888 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 07:17:49.888 DEBUG [main][MenuItemLookup] Item match:Filters... 07:17:49.888 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 07:17:49.888 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 07:17:49.888 INFO [main][MenuItemHandler] Select menu item: &Filters... 07:17:49.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 07:17:49.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 07:17:49.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 07:17:49.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:49.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:49.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 07:17:49.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:49.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:49.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:49.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 07:17:49.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:49.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:49.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:49.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:49.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:49.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:17:49.991 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:17:49.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:17:49.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:17:49.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:17:49.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:50.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 07:17:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 07:17:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 07:17:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 07:17:50.123 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:50.123 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:50.123 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:50.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:17:50.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:50.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:17:50.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:50.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:50.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:50.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:50.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:50.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:50.126 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 07:17:50.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:50.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:50.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:17:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:50.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:17:50.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 07:17:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:50.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:50.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:50.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:50.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:17:50.132 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 07:17:50.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:17:50.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:17:50.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:17:50.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:17:50.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:17:50.133 DEBUG [main][MenuItemLookup] Found menu:'Group By' 07:17:50.133 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:50.133 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 07:17:50.133 DEBUG [main][MenuItemLookup] Found menu:'' 07:17:50.133 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 07:17:50.134 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 07:17:50.134 DEBUG [main][MenuItemLookup] Item match:Show text filter 07:17:50.134 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 07:17:50.134 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 07:17:50.134 INFO [main][MenuItemHandler] Select menu item: &Show text filter 07:17:50.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:17:50.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:50.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:50.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:50.136 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 07:17:50.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:50.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:50.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:50.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:17:50.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:50.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:17:51.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:51.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:17:51.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:17:51.143 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 07:17:51.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:51.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:51.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:51.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:51.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:17:51.144 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:17:51.144 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:51.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:51.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.756 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.738 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.018 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.976 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.021 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.152 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.153 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:17:51.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:51.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:51.153 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:17:51.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:51.154 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:17:51.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:51.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:51.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:51.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:51.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:51.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:51.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:51.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 07:17:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:51.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:51.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:51.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:51.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:17:51.191 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:17:51.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:51.199 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 07:17:51.199 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 07:17:51.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:51.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:51.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:51.212 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:51.212 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:51.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:51.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:51.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:51.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:51.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 07:17:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:51.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:51.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:51.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:17:51.256 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:17:51.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:51.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 07:17:51.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 07:17:51.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 07:17:51.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:51.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:51.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.292 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:51.292 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:51.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:51.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:51.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:51.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:51.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 07:17:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:51.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:51.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:51.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:51.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:17:51.336 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:17:51.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:51.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:51.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:51.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:51.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:51.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:51.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:51.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:51.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:51.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:51.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:51.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 07:17:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:51.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:51.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:51.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:17:51.421 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:17:51.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:17:51.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 07:17:51.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:51.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:51.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:51.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:51.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:51.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:51.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:17:51.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:17:51.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:17:51.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:17:51.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:17:51.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "genericToolItem") 07:17:51.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:51.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:51.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:51.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:51.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:17:51.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:51.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:51.546 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:17:51.546 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:17:51.546 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:51.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.058 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.08 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.08 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.077 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.097 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:51.553 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:51.555 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:17:51.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:51.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:51.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:51.555 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:17:51.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:51.556 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:17:51.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:51.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:51.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:51.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:51.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:51.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:51.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:51.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 1 and no matchers specified 07:17:51.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:51.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:51.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:17:51.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:51.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:17:51.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:17:52.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:17:52.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:17:52.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:17:52.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:17:52.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:17:52.722 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 07:17:52.723 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:17:52.723 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:17:52.723 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:17:52.723 DEBUG [main][AbstractWait] Waiting until shell is active... 07:17:52.723 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:17:52.723 INFO [main][AbstractShell] Close shell Testing shell 07:17:52.723 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:17:52.732 DEBUG [main][AbstractWait] Waiting while shell is available... 07:17:52.732 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:17:52.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:52.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:52.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:52.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:52.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:52.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:52.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:52.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:52.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:52.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:52.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:52.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:52.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "@#NON_EXISITNG_LABEL%$") 07:17:52.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:52.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:17:52.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:52.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:52.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:17:53.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:53.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:17:53.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:53.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:17:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:17:53.803 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 07:17:53.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:17:53.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:17:53.803 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:17:53.804 DEBUG [main][AbstractWait] Waiting until shell is active... 07:17:53.804 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:17:53.804 INFO [main][AbstractShell] Close shell Testing shell 07:17:53.804 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:17:53.819 DEBUG [main][AbstractWait] Waiting while shell is available... 07:17:53.819 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:17:53.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:53.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:53.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:53.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:53.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:53.834 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:53.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:53.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:53.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:53.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:53.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:53.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:53.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 07:17:53.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:53.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:53.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:17:53.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:53.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:53.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:53.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:17:53.884 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 07:17:54.004 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:17:54.005 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:17:54.005 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:17:54.005 DEBUG [main][AbstractWait] Waiting until shell is active... 07:17:54.005 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:17:54.005 INFO [main][AbstractShell] Close shell Testing shell 07:17:54.005 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:17:54.018 DEBUG [main][AbstractWait] Waiting while shell is available... 07:17:54.018 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:17:54.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:54.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:54.018 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:54.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:54.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:54.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:54.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:54.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:54.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:54.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:54.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 07:17:54.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:54.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:54.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:54.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:17:54.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:54.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:54.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:54.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:17:54.078 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 07:17:54.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:17:54.245 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:17:54.245 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:17:54.245 DEBUG [main][AbstractWait] Waiting until shell is active... 07:17:54.245 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:17:54.245 INFO [main][AbstractShell] Close shell Testing shell 07:17:54.245 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:17:54.318 DEBUG [main][AbstractWait] Waiting while shell is available... 07:17:54.318 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:17:54.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:54.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:54.318 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:54.335 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:54.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:54.335 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:54.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:54.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:54.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:54.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:54.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 07:17:54.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:54.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:54.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:54.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:17:54.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:54.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:54.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:54.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:54.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:54.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:17:54.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:17:54.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:17:54.388 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:17:54.388 DEBUG [main][AbstractWait] Waiting until shell is active... 07:17:54.388 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:17:54.388 INFO [main][AbstractShell] Close shell Testing shell 07:17:54.388 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:17:54.497 DEBUG [main][AbstractWait] Waiting while shell is available... 07:17:54.497 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:17:54.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:54.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:54.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:54.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:54.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:54.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:54.499 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:54.499 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:54.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:54.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:54.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:54.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:54.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test browser:") 07:17:54.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:54.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:54.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:54.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:17:54.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:54.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:54.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:54.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:54.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:54.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:17:54.550 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:17:54.550 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:17:54.550 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:17:54.550 DEBUG [main][AbstractWait] Waiting until shell is active... 07:17:54.550 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:17:54.550 INFO [main][AbstractShell] Close shell Testing shell 07:17:54.550 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:17:54.675 DEBUG [main][AbstractWait] Waiting while shell is available... 07:17:54.675 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:17:54.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:54.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:17:54.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:17:54.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:54.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:54.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:54.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:17:54.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:17:54.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:17:54.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:17:54.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:17:54.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:17:54.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 07:17:54.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:17:54.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:17:54.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:17:54.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:17:54.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:17:54.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:17:54.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:17:54.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:17:54.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:17:54.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:17:54.719 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 07:17:54.721 DEBUG [main][BrowserProgressListener] Calling chanded() 07:17:54.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:17:54.722 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:17:54.918 DEBUG [main][BrowserProgressListener] Calling chanded() 07:17:55.193 DEBUG [main][BrowserProgressListener] Calling chanded() 07:17:55.222 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:17:55.424 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 07:17:55.715 DEBUG [main][BrowserProgressListener] Calling chanded() 07:17:55.722 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:17:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:17:55.722 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 07:18:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:18:05.723 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:18:05.735 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 07:18:05.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:18:05.736 DEBUG [main][BrowserProgressListener] Calling chanded() 07:18:05.736 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:05.773 DEBUG [main][BrowserProgressListener] Calling chanded() 07:18:05.881 DEBUG [main][BrowserProgressListener] Calling chanded() 07:18:06.236 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:06.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:18:06.236 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 07:18:16.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:18:16.236 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:16.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:18:16.238 INFO [WorkbenchTestable][AbstractBrowser] Browser back 07:18:16.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:18:16.239 DEBUG [main][BrowserProgressListener] Calling chanded() 07:18:16.239 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:16.382 DEBUG [main][BrowserProgressListener] Calling chanded() 07:18:16.739 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:16.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:18:16.739 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:18:17.739 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:18:17.741 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 07:18:17.742 DEBUG [main][BrowserProgressListener] Calling chanded() 07:18:17.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:18:17.742 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:17.800 DEBUG [main][BrowserProgressListener] Calling chanded() 07:18:18.242 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:18.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:18:18.242 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:19.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:18:19.242 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:18:19.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:18:19.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:19.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:19.244 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:19.245 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:19.245 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:19.245 INFO [main][AbstractShell] Close shell Testing shell 07:18:19.245 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:19.261 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:19.261 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:19.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:18:19.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:19.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:18:19.283 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:18:19.283 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:19.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:19.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.731 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.198 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.08 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.186 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.314 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.164 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.178 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 24.606 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.295 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.296 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:19.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:19.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:19.297 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:19.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:19.297 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:19.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:19.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:19.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:19.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:19.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:19.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 07:18:19.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:19.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:19.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 07:18:19.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 07:18:19.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.394 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:19.394 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:19.394 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:19.395 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:19.395 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:19.395 INFO [main][AbstractShell] Close shell Testing shell 07:18:19.395 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:19.415 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:19.416 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:19.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:19.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:19.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.423 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.423 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:19.423 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:19.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:19.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:19.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified ( with key 'coolId' and value '1') 07:18:19.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 07:18:19.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 07:18:19.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.522 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 07:18:19.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:19.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:19.525 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:19.526 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:19.526 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:19.526 INFO [main][AbstractShell] Close shell Testing shell 07:18:19.526 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:19.539 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:19.539 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:19.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:19.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:19.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:19.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:19.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:19.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:19.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 07:18:19.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and no matchers specified 07:18:19.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 07:18:19.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 07:18:19.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:19.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 07:18:19.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 07:18:19.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 2 and no matchers specified 07:18:19.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:19.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 07:18:19.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 07:18:19.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 3 and no matchers specified 07:18:19.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:18:19.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 07:18:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 07:18:19.650 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:19.650 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:19.650 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:19.651 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:19.651 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:19.651 INFO [main][AbstractShell] Close shell Testing shell 07:18:19.651 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:19.664 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:19.664 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:19.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:19.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:19.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:19.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:19.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:19.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:19.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 07:18:19.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.767 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 07:18:19.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:19.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:19.768 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:19.769 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:19.769 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:19.769 INFO [main][AbstractShell] Close shell Testing shell 07:18:19.769 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:19.784 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:19.784 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:19.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:19.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:19.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:19.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:19.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:19.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:19.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 07:18:19.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:19.885 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 07:18:19.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:19.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:19.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:19.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:19.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:19.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:19.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:19.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:19.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:19.886 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:19.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:19.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:19.887 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:19.887 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:19.887 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:19.887 INFO [main][AbstractShell] Close shell Testing shell 07:18:19.887 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:19.914 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:19.914 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:19.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:19.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:19.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:19.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:19.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:19.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:19.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:19.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:19.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:19.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:19.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 07:18:19.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:20.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:20.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:20.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:20.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:20.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:20.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 07:18:20.014 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 07:18:20.014 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:20.015 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:20.015 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:20.016 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:20.016 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:20.016 INFO [main][AbstractShell] Close shell Testing shell 07:18:20.016 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:20.028 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:20.028 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:20.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:20.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:20.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:20.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:20.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:20.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:20.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:20.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:20.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:20.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:20.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:20.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:20.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 5 and no matchers specified 07:18:20.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:20.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:20.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:20.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:20.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:20.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:20.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:20.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:21.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:21.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:21.117 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 07:18:21.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:21.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:21.117 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:21.117 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:21.117 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:21.117 INFO [main][AbstractShell] Close shell Testing shell 07:18:21.117 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:21.130 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:21.130 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:21.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:21.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:21.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:21.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:21.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:21.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:21.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:21.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:21.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:21.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:21.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:21.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:21.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 07:18:21.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:21.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:21.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:21.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:21.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:21.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:21.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:22.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:22.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:22.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:22.217 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 07:18:22.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:22.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:22.217 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:22.217 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:22.217 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:22.217 INFO [main][AbstractShell] Close shell Testing shell 07:18:22.217 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:22.230 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:22.230 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:22.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:22.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:22.231 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:22.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:22.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:22.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:22.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:22.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:22.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:22.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:22.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 07:18:22.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:22.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:22.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:22.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:22.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:22.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:22.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:22.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:18:22.322 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 07:18:22.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:22.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:22.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:22.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:22.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:22.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:22.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:22.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:22.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:22.328 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:22.329 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:22.329 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:22.329 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:22.330 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:22.330 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:22.330 INFO [main][AbstractShell] Close shell Testing shell 07:18:22.330 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:22.341 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:22.341 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:22.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:22.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:22.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:22.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.348 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:18:22.348 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:18:22.348 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:22.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:22.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.053 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.125 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.124 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.125 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.143 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.12 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.113 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.089 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.113 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.098 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:22.356 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:22.357 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:22.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:22.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:22.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:22.357 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:22.365 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:22.365 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:22.365 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:22.365 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:22.365 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:22.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:22.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:22.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:22.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:746): Gtk-WARNING **: 07:18:22.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.387: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.388: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.396: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.396: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.397: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.397: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.398: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.416: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.423: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.426: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.433: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.433: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.435: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.445: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.453: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.453: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.453: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.456: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:18:22.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 07:18:22.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:22.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:22.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:22.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:22.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:22.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:22.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:22.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 07:18:22.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:18:22.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:22.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:22.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:22.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:22.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:22.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:22.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:22.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:18:22.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:22.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:22.484 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:22.484 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:22.484 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:22.484 INFO [main][AbstractShell] Close shell Testing shell 07:18:22.484 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:22.505 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:22.505 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:22.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:22.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:22.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:22.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.511 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:22.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:22.511 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:22.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:22.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:22.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:22.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:746): Gtk-WARNING **: 07:18:22.525: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.532: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.533: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.534: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.541: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.541: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.542: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.542: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.543: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.544: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.544: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.554: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.561: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.563: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.564: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.564: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.572: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.573: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.573: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.574: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.575: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.582: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.584: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.585: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.585: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.585: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.592: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.592: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.592: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.592: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.593: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.594: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.594: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.594: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.595: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:22.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:18:22.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:18:22.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:22.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:22.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:22.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:22.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:18:22.621 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 07:18:22.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:18:22.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:22.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:22.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:22.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:22.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:22.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:22.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:22.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:22.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:22.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:18:22.621 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 07:18:22.625 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:23.626 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 07:18:23.626 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 07:18:23.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:18:23.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:23.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:23.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:23.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:23.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:23.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:23.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:23.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:23.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:23.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:18:23.627 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 07:18:23.627 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:24.627 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 07:18:24.627 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 07:18:24.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:18:24.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:24.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:24.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:24.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:24.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:24.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:24.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:24.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:24.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:24.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:18:24.628 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 07:18:24.628 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:25.629 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 07:18:25.629 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 07:18:25.629 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 07:18:25.632 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 07:18:25.632 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 07:18:25.632 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 07:18:25.632 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 07:18:25.632 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 07:18:25.632 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 07:18:25.632 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 07:18:25.633 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 07:18:25.633 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 07:18:25.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:25.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:25.633 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:25.634 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:25.634 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:25.634 INFO [main][AbstractShell] Close shell Testing shell 07:18:25.634 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:25.657 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:25.657 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:25.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:25.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:25.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:25.664 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:25.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:25.664 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:25.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:25.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:25.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:25.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:746): Gtk-WARNING **: 07:18:25.692: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.699: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.700: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.701: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.702: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.708: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.709: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.710: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.710: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.711: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.712: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.712: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.722: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.729: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.731: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.733: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.739: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.739: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.741: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.741: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.742: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.743: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.743: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.751: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.752: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.752: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.752: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.753: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.754: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.754: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.754: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.762: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.762: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.763: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.763: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.764: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.765: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.765: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.765: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:25.765: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:18:25.767 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 07:18:25.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:18:25.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:25.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:25.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:25.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:25.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:25.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:25.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:25.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:25.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:25.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:18:25.786 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 07:18:25.787 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:26.787 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 07:18:26.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 07:18:26.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:26.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:26.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:26.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:26.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:26.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 07:18:26.788 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:26.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:26.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:26.792 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:26.792 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:26.792 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:26.792 INFO [main][AbstractShell] Close shell Testing shell 07:18:26.792 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:26.816 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:26.816 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:26.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:26.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:26.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:26.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:26.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:26.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:26.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:26.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:26.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:26.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:746): Gtk-WARNING **: 07:18:26.838: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.847: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.853: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.854: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.855: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.855: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.856: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.857: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.857: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.866: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.873: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.874: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.875: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.876: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.883: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.883: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.885: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.886: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.886: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.893: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.893: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.893: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.895: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.896: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.896: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.897: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.903: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.904: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.904: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.904: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.905: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.905: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.905: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.906: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.907: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.908: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.908: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.908: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:26.908: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:18:26.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 07:18:26.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:26.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:26.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:26.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:26.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:26.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:26.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:26.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:26.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:26.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 07:18:26.932 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 07:18:26.933 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 07:18:26.933 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:27.933 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 07:18:27.934 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 07:18:27.934 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:28.934 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 07:18:28.934 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 07:18:28.935 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:29.935 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 07:18:29.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:29.936 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:29.936 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:29.936 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:29.936 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:29.936 INFO [main][AbstractShell] Close shell Testing shell 07:18:29.936 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:29.962 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:29.962 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:29.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:29.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:29.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:29.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:29.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:29.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:29.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:29.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:746): Gtk-WARNING **: 07:18:29.985: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:29.991: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:29.993: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:29.994: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:29.994: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.000: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.001: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.002: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.002: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.003: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.003: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.004: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.013: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.020: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.021: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.022: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.023: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.029: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.030: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.031: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.031: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.032: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.033: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.033: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.039: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.039: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.040: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.041: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.041: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.041: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.042: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.043: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.043: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.043: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.050: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.051: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.051: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.051: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.051: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.052: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.053: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.053: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.053: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:30.053: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:18:30.056 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 07:18:30.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:18:30.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:30.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:30.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:30.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:30.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:30.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:30.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:30.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:30.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:30.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:18:30.077 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 07:18:30.078 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:18:31.078 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 07:18:31.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 07:18:31.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:31.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:31.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:31.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:31.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:31.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 07:18:31.079 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:31.082 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:31.082 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:31.082 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:31.083 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:31.083 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:31.083 INFO [main][AbstractShell] Close shell Testing shell 07:18:31.083 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:31.104 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:31.104 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:31.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:31.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:31.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:31.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:31.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:31.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:31.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:31.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:31.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:31.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:31.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:31.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:746): Gtk-WARNING **: 07:18:31.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.144: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.150: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.150: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.151: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.151: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.152: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.153: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.153: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.162: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.169: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.170: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.171: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.171: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.177: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.179: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.179: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.181: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.181: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.188: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.188: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.190: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.191: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.191: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.199: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.200: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.200: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.200: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.201: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:18:31.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 07:18:31.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:31.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:31.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:31.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:31.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:31.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 07:18:31.222 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:31.222 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:31.222 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:31.222 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:31.222 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:31.222 INFO [main][AbstractShell] Close shell Testing shell 07:18:31.222 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:31.243 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:31.243 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:31.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:31.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:31.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:31.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:31.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:31.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:31.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:31.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:31.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:31.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:31.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:31.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:746): Gtk-WARNING **: 07:18:31.263: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.270: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.271: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.272: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.278: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.278: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.279: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.279: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.280: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.281: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.281: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.290: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.297: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.298: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.300: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.306: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.306: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.307: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.307: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.308: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.316: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.316: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.316: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.324: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.324: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.325: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.325: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.326: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.326: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.326: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.326: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.327: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.328: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.328: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.328: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:31.328: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:18:31.331 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 07:18:31.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 3 and no matchers specified 07:18:31.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:31.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:31.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:31.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:31.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:31.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:31.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:18:31.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:18:31.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:18:31.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:18:32.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:18:32.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:18:32.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:32.354 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 07:18:32.354 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:32.355 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:32.355 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:32.355 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:32.355 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:32.355 INFO [main][AbstractShell] Close shell Testing shell 07:18:32.355 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:32.375 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:32.375 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:32.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:32.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:32.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:32.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.381 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:32.381 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:32.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:32.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:32.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:32.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:32.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:746): Gtk-WARNING **: 07:18:32.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.417: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.420: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.428: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.429: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.429: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.430: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.430: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.431: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.440: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.448: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.450: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.456: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.456: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.478: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.479: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.479: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.479: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:746): Gtk-WARNING **: 07:18:32.479: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:18:32.481 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 07:18:32.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 07:18:32.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:32.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:32.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:32.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:32.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 07:18:32.501 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:32.501 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:32.502 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:32.502 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:32.502 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:32.502 INFO [main][AbstractShell] Close shell Testing shell 07:18:32.502 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:32.523 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:32.523 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:32.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:32.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:32.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:32.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:18:32.530 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:18:32.530 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:32.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:32.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.175 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.146 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.153 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.159 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.146 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.152 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.128 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.131 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.149 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.540 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.541 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:32.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:32.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:32.541 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:32.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:32.555 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:32.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:32.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:32.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:32.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:32.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:32.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified ( with key 'null' and value 'id#CLabel:1') 07:18:32.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:32.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:32.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:32.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:18:32.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:18:32.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:32.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:18:32.571 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:32.571 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:32.571 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:32.571 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:32.571 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:32.571 INFO [main][AbstractShell] Close shell Testing shell 07:18:32.571 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:32.575 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:32.575 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:32.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:32.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:32.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.589 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.589 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:32.589 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:32.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:32.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:32.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 07:18:32.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:32.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:32.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 07:18:32.642 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:32.642 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:32.642 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:32.642 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:32.642 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:32.642 INFO [main][AbstractShell] Close shell Testing shell 07:18:32.642 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:32.645 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:32.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:32.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:32.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:32.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:32.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:32.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:32.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:32.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:18:32.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:32.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:32.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:32.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:32.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:18:32.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 07:18:32.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:32.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:32.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:32.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 07:18:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 2 and no matchers specified 07:18:32.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:32.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:32.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 07:18:32.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:32.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:32.676 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:32.676 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:32.676 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:32.676 INFO [main][AbstractShell] Close shell Testing shell 07:18:32.676 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:32.679 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:32.679 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:32.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:32.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:32.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:32.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:32.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:32.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 07:18:32.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:32.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:32.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:32.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:32.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:32.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:32.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:32.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 07:18:32.714 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:32.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:32.715 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:32.715 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:32.715 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:32.715 INFO [main][AbstractShell] Close shell Testing shell 07:18:32.715 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:32.718 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:32.718 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:32.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:32.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:32.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:32.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:32.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:32.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:32.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:32.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:32.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 11 and no matchers specified 07:18:32.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:32.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:32.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:32.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 07:18:32.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 07:18:33.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 07:18:33.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 07:18:33.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 07:18:33.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 07:18:33.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:33.755 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 07:18:33.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:33.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:33.755 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:33.755 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:33.755 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:33.755 INFO [main][AbstractShell] Close shell Testing shell 07:18:33.755 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:33.759 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:33.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:33.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:33.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:33.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:33.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:33.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:33.766 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:33.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:33.766 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:33.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:33.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:33.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:33.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:33.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "CLabel:1") 07:18:33.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:33.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:33.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:33.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:33.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:33.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:33.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:18:33.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:33.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:33.791 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:33.791 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:33.791 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:33.791 INFO [main][AbstractShell] Close shell Testing shell 07:18:33.791 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:33.794 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:33.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:33.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:33.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:33.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:33.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:33.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:33.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:33.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:33.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:33.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:33.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:33.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "NON_ESITING_@##$_TEXT") 07:18:33.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:33.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:33.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:33.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:33.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:33.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:34.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:34.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:34.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:34.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:34.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:34.830 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 07:18:34.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:34.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:34.830 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:34.830 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:34.830 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:34.830 INFO [main][AbstractShell] Close shell Testing shell 07:18:34.830 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:34.833 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:34.833 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:34.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:34.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:34.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:34.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:34.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:34.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:34.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:34.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:34.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:34.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:34.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 07:18:34.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:34.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:34.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:34.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:34.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:34.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:34.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:34.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:34.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 07:18:34.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:34.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:34.870 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:34.870 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:34.870 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:34.870 INFO [main][AbstractShell] Close shell Testing shell 07:18:34.870 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:34.873 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:34.873 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:34.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:34.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:34.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:34.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:18:34.887 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:18:34.887 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:34.887 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:34.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:34.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.347 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.034 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.062 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.035 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.054 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.026 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.037 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.052 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.032 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:18:34.892 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:18:34.893 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:34.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:34.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:18:34.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:34.893 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:34.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:34.902 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:34.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:34.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:34.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 07:18:34.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:18:34.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:34.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:34.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:34.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 1") 07:18:34.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:34.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:34.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:34.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:34.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:34.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:34.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:34.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:34.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:34.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:34.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 2") 07:18:34.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:34.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:34.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:34.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:34.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:34.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:34.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:34.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:34.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:34.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:34.921 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:34.921 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:34.921 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:34.921 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:34.921 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:34.921 INFO [main][AbstractShell] Close shell Testing shell 07:18:34.921 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:34.925 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:34.925 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:34.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:18:34.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:34.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:34.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:34.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:34.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 07:18:34.953 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:18:34.953 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:34.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:34.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:34.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:18:34.958 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:18:34.963 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:34.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:34.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:18:34.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:34.963 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:34.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:34.964 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:34.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:34.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:34.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 07:18:34.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:18:34.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:34.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:34.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:35.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:35.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:35.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:35.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:18:35.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:35.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:35.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:18:35.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label A") 07:18:35.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.065 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label B") 07:18:35.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label C") 07:18:35.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.069 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.069 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 07:18:35.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.069 TRACE [main][WidgetHandler] Notify Button with event 27 07:18:35.069 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.070 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:35.070 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.070 TRACE [main][WidgetHandler] Notify Button with event 26 07:18:35.070 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.070 TRACE [main][WidgetHandler] Notify Button with event 3 07:18:35.070 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.070 TRACE [main][WidgetHandler] Notify Button with event 4 07:18:35.070 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.070 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:35.070 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.076 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 07:18:35.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.076 TRACE [main][WidgetHandler] Notify Button with event 27 07:18:35.076 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.076 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:35.076 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.076 TRACE [main][WidgetHandler] Notify Button with event 26 07:18:35.076 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.076 TRACE [main][WidgetHandler] Notify Button with event 3 07:18:35.076 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.076 TRACE [main][WidgetHandler] Notify Button with event 4 07:18:35.076 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.076 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:35.076 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.077 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:35.077 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:35.077 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:35.078 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:35.078 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:35.078 INFO [main][AbstractShell] Close shell Testing shell 07:18:35.078 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:35.084 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:35.084 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:35.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:18:35.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:35.084 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:35.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.090 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 07:18:35.090 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:18:35.090 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:35.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.126 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.109 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.111 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:35.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:35.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:35.111 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:35.124 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:35.124 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:35.124 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:35.125 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:35.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:35.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 07:18:35.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:35.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:18:35.172 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 07:18:35.172 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 07:18:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:35.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.173 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:18:35.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:35.175 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:18:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.175 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 07:18:35.175 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:35.175 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:35.175 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:35.176 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:35.176 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:35.176 INFO [main][AbstractShell] Close shell Testing shell 07:18:35.176 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:35.181 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:35.181 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:35.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:35.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:35.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:35.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:35.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:35.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 07:18:35.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:35.264 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 07:18:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.264 TRACE [main][WidgetHandler] Notify Button with event 27 07:18:35.264 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.264 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:35.264 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.264 TRACE [main][WidgetHandler] Notify Button with event 26 07:18:35.264 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.264 TRACE [main][WidgetHandler] Notify Button with event 3 07:18:35.264 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.264 TRACE [main][WidgetHandler] Notify Button with event 4 07:18:35.264 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.264 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:35.264 TRACE [main][WidgetHandler] Wait for synchronization 07:18:35.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:35.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.265 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.266 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:35.266 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:35.266 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:35.266 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:35.266 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:35.266 INFO [main][AbstractShell] Close shell Testing shell 07:18:35.266 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:35.272 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:35.272 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:35.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:35.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:35.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:35.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:35.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2") 07:18:35.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:35.340 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 07:18:35.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:35.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.345 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:35.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:35.346 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:35.346 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:35.346 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:35.346 INFO [main][AbstractShell] Close shell Testing shell 07:18:35.346 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:35.352 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:35.352 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:35.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:35.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:35.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:35.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:35.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:35.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 4) 07:18:35.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:35.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:35.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:18:35.422 INFO [WorkbenchTestable][AbstractButton] Click button 07:18:35.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.422 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:35.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.423 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.423 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:35.424 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:35.424 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:35.424 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:35.424 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:35.424 INFO [main][AbstractShell] Close shell Testing shell 07:18:35.424 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:35.429 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:35.429 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:35.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:35.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:35.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.436 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:35.436 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:35.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:35.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 07:18:35.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:35.477 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:18:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:35.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.478 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.479 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:35.479 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:35.479 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:35.479 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:35.479 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:35.479 INFO [main][AbstractShell] Close shell Testing shell 07:18:35.479 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:35.484 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:35.484 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:35.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:35.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.519 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:35.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:35.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:35.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 07:18:35.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:35.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:18:35.558 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 07:18:35.558 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 07:18:35.558 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 07:18:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:35.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:35.559 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:35.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:18:35.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:35.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:35.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:35.560 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:18:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:35.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:35.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:35.560 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 07:18:35.560 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 07:18:35.561 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:35.561 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:35.561 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:35.561 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:35.561 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:35.561 INFO [main][AbstractShell] Close shell Testing shell 07:18:35.561 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:35.566 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:35.566 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:35.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:35.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:35.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:35.573 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:35.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:35.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:35.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:35.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:35.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 07:18:35.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:35.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:35.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:35.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:35.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:35.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:35.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:35.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:36.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:36.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:36.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:36.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:36.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:36.629 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 07:18:36.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:36.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:36.629 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:36.629 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:36.629 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:36.629 INFO [main][AbstractShell] Close shell Testing shell 07:18:36.629 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:36.635 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:36.635 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:36.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:36.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:36.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:36.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:36.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:36.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:36.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:36.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:36.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:36.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:36.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 07:18:36.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:36.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:36.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:36.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:36.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:37.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:37.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:37.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:37.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:37.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:37.694 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:18:37.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:37.695 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:37.695 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:37.695 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:37.695 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:37.695 INFO [main][AbstractShell] Close shell Testing shell 07:18:37.695 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:37.700 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:37.701 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:37.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:37.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:37.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:37.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.720 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:37.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:37.720 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:37.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:37.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:37.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:37.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:37.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 07:18:37.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:37.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:37.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:37.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:37.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:37.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:37.760 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:18:37.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:37.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:37.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:37.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:37.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:37.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:37.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:37.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:37.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:37.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:37.761 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:37.762 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:37.762 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:37.762 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:37.762 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:37.762 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:37.762 INFO [main][AbstractShell] Close shell Testing shell 07:18:37.762 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:37.768 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:37.768 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:37.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:37.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:37.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:37.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:37.788 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:37.788 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:37.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:37.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:37.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:37.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:37.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 07:18:37.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:37.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:37.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:37.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:37.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:37.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:37.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:37.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:37.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:37.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:37.837 INFO [WorkbenchTestable][AbstractButton] Click button 07:18:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:37.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:37.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:37.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:37.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:37.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:37.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:37.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:37.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:37.838 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:37.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:37.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:37.839 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:37.840 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:37.840 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:37.840 INFO [main][AbstractShell] Close shell Testing shell 07:18:37.840 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:37.846 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:37.846 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:37.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:37.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:37.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.852 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:37.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:37.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:37.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:37.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:37.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:37.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:37.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 07:18:37.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:37.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:37.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:37.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:37.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:37.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:37.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:37.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:18:37.903 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 07:18:37.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:37.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:37.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:37.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:37.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:37.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:37.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:37.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:37.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:37.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:37.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:37.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:37.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:37.910 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:37.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:37.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:37.911 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:37.912 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:37.912 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:37.912 INFO [main][AbstractShell] Close shell Testing shell 07:18:37.912 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:37.918 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:37.918 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:37.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:37.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:37.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:37.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:37.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:37.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:37.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:37.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:37.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:37.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:37.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 2) 07:18:37.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:37.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:37.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:37.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:18:37.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:18:38.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:18:38.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:18:38.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:18:38.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:18:38.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:38.977 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 07:18:38.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:38.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:38.978 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:38.978 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:38.978 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:38.978 INFO [main][AbstractShell] Close shell Testing shell 07:18:38.978 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:38.984 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:38.984 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:38.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:38.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:38.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:39.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:39.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:39.002 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:39.002 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:39.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:39.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:39.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:39.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:39.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:39.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 07:18:39.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:39.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:39.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:39.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:39.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:39.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:39.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:40.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:40.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:40.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:40.045 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:18:40.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:40.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:40.045 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:40.045 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:40.045 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:40.045 INFO [main][AbstractShell] Close shell Testing shell 07:18:40.045 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:40.051 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:40.051 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:40.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:40.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:40.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:40.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:40.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:40.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:40.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:40.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:40.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:40.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:40.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:40.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:40.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 8) 07:18:40.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:40.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:40.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:40.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:40.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:40.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:40.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:40.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:40.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:41.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:18:41.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:18:41.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:41.112 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 07:18:41.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:41.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:41.112 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:41.112 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:41.112 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:41.112 INFO [main][AbstractShell] Close shell Testing shell 07:18:41.112 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:41.118 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:41.118 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:41.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:41.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:41.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:41.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:41.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:41.136 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:41.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:41.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:41.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:41.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:41.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:41.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:41.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$SDFF@S") 07:18:41.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:41.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:41.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:41.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:41.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:41.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:41.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:41.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:41.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:41.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:42.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:42.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:42.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:42.177 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:18:42.177 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:42.177 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:42.178 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:42.178 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:42.178 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:42.178 INFO [main][AbstractShell] Close shell Testing shell 07:18:42.178 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:42.183 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:42.184 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:42.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:42.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:42.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:42.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:42.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:42.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:42.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:42.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:42.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:42.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:42.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:42.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:42.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 07:18:42.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:42.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:42.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:42.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:42.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:42.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:42.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:42.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:42.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:42.232 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 07:18:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:42.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:42.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:42.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:42.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:42.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:42.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:42.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:42.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:42.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:42.233 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:42.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:42.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:42.234 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:42.234 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:42.234 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:42.234 INFO [main][AbstractShell] Close shell Testing shell 07:18:42.234 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:42.240 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:42.240 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:42.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:42.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:42.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:42.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:42.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:42.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:42.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:42.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:42.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:42.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:42.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:42.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:42.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 6 and following matchers specified (Widget matcher matching widgets with style: 4) 07:18:42.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:42.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:42.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:42.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:42.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:42.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:42.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:18:42.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 07:18:42.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:18:42.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 07:18:43.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:18:43.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 07:18:43.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:43.312 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 07:18:43.312 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:43.312 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:43.312 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:43.312 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:43.312 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:43.312 INFO [main][AbstractShell] Close shell Testing shell 07:18:43.312 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:43.319 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:43.319 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:43.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:43.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:43.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:43.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:43.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:43.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:43.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:43.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:18:43.378 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 07:18:43.378 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 07:18:43.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:43.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:43.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:43.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:43.378 TRACE [main][WidgetHandler] Notify Button with event 27 07:18:43.378 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.378 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:43.378 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.378 TRACE [main][WidgetHandler] Notify Button with event 26 07:18:43.378 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.379 TRACE [main][WidgetHandler] Notify Button with event 3 07:18:43.379 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.379 TRACE [main][WidgetHandler] Notify Button with event 4 07:18:43.379 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.379 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:43.379 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:43.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:43.379 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:43.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:18:43.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:43.382 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:18:43.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:43.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:43.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:43.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:43.382 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 07:18:43.382 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:43.382 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:43.382 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:43.383 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:43.383 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:43.383 INFO [main][AbstractShell] Close shell Testing shell 07:18:43.383 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:43.389 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:43.389 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:43.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:43.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.409 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.409 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:43.409 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:43.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:43.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:43.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 07:18:43.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:43.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:43.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:43.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:43.447 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 07:18:43.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:43.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:43.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:43.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:43.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:43.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:43.448 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:43.449 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:43.449 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:43.449 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:43.450 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:43.450 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:43.450 INFO [main][AbstractShell] Close shell Testing shell 07:18:43.450 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:43.456 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:43.456 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:43.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:43.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:43.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:43.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:43.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:43.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:43.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, with key 'buttonTestId' and value 'RADIO-BUTTON#1') 07:18:43.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:43.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:43.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:43.513 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 07:18:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:43.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:43.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:43.514 TRACE [main][WidgetHandler] Notify Button with event 27 07:18:43.514 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.514 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:43.514 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.514 TRACE [main][WidgetHandler] Notify Button with event 26 07:18:43.514 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.514 TRACE [main][WidgetHandler] Notify Button with event 3 07:18:43.514 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.514 TRACE [main][WidgetHandler] Notify Button with event 4 07:18:43.514 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.514 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:43.514 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:43.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:43.515 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:43.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:43.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:43.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:18:43.518 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:43.518 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:43.518 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:43.518 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:43.518 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:43.518 INFO [main][AbstractShell] Close shell Testing shell 07:18:43.518 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:43.524 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:43.524 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:43.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:43.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:43.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:43.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:43.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:43.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:43.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:43.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:43.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:43.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:18:43.572 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 07:18:43.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:43.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:43.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:43.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:43.572 TRACE [main][WidgetHandler] Notify Button with event 27 07:18:43.573 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.573 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:43.573 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.573 TRACE [main][WidgetHandler] Notify Button with event 26 07:18:43.573 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.573 TRACE [main][WidgetHandler] Notify Button with event 3 07:18:43.573 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.573 TRACE [main][WidgetHandler] Notify Button with event 4 07:18:43.573 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.573 TRACE [main][WidgetHandler] Notify Button with event 13 07:18:43.573 TRACE [main][WidgetHandler] Wait for synchronization 07:18:43.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:43.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:43.574 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:43.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:43.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:43.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:43.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:43.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:43.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:18:43.576 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:43.576 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:43.576 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:43.576 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:43.576 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:43.576 INFO [main][AbstractShell] Close shell Testing shell 07:18:43.576 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:43.582 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:43.582 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:43.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:43.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:43.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:43.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:43.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:43.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:43.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 2) 07:18:43.613 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:43.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:18:43.639 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 07:18:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:43.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:43.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:43.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:43.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:43.640 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:43.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:43.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:43.641 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:43.641 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:43.641 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:43.641 INFO [main][AbstractShell] Close shell Testing shell 07:18:43.641 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:43.647 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:43.647 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:43.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:43.647 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:43.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:43.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:43.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:43.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:43.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 8) 07:18:43.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:43.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:18:43.711 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 07:18:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:43.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:43.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:43.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:43.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:43.712 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:43.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:43.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:43.712 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:43.713 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:43.713 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:43.713 INFO [main][AbstractShell] Close shell Testing shell 07:18:43.713 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:43.718 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:43.718 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:43.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:43.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:43.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.724 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.724 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:43.724 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:43.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:43.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:43.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 07:18:43.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:43.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:43.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:43.764 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 07:18:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:43.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:43.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:43.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:43.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:43.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:43.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:43.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:43.765 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:43.766 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:43.766 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:43.766 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:43.767 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:43.767 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:43.767 INFO [main][AbstractShell] Close shell Testing shell 07:18:43.767 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:43.772 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:43.772 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:43.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:43.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:43.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:43.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:43.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:43.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:43.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:43.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 16) 07:18:43.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:43.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:43.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:43.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:43.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:43.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:43.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:18:43.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:18:44.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:18:44.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:18:44.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:18:44.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:18:44.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:44.820 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 07:18:44.820 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:44.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:44.821 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:44.821 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:44.821 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:44.821 INFO [main][AbstractShell] Close shell Testing shell 07:18:44.821 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:44.826 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:44.826 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:44.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:44.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:44.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:44.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:44.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:44.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:44.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:44.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:44.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:44.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:44.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:44.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:44.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 07:18:44.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:44.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:44.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:44.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:44.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:44.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:44.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:44.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:45.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:45.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:45.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:45.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:45.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:45.884 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:18:45.884 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:45.884 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:45.884 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:45.884 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:45.884 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:45.884 INFO [main][AbstractShell] Close shell Testing shell 07:18:45.884 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:45.890 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:45.890 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:45.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:45.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:45.890 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:45.895 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:45.895 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:45.895 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:45.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:45.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:45.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:45.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:45.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, with key 'buttonTestId' and value 'TOOGLE-BUTTON#2') 07:18:45.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:45.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:45.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:45.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:45.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:45.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:45.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:18:45.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:45.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:45.942 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 07:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:45.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:45.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:45.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:45.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:45.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:45.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:45.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:45.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:45.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:45.943 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:45.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:45.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:45.944 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:45.944 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:45.944 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:45.944 INFO [main][AbstractShell] Close shell Testing shell 07:18:45.944 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:45.949 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:45.949 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:45.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:45.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:45.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:45.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:45.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:45.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:18:45.955 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:18:45.955 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:45.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:45.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:45.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.846 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.1 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.052 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.095 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.064 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.083 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.053 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.081 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.066 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.068 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.064 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.085 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.065 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.068 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.065 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.053 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.092 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.071 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.065 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.077 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.059 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.053 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.055 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.063 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.06 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:18:45.961 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:18:45.962 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:45.962 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:45.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:18:45.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:45.962 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:45.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:45.962 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:45.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:45.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:45.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 07:18:45.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:18:45.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:45.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:45.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:46.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:18:46.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:46.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:46.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:46.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:46.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:46.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:46.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:47.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:18:47.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:18:47.015 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:18:47.015 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.015 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.015 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.015 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.015 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.015 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.015 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.023 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.023 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:18:47.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.049 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 07:18:47.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 07:18:47.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:18:47.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:18:47.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:47.103 INFO [WorkbenchTestable][AbstractButton] Click button &OK 07:18:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:47.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:47.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:47.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:47.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:47.104 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:47.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:18:47.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:47.107 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 07:18:47.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:47.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:47.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:47.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:47.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:18:47.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:47.109 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:18:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:47.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:47.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:47.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 07:18:47.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:47.112 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 07:18:47.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:47.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:47.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:47.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:47.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 07:18:47.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:47.114 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 07:18:47.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:47.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:47.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:47.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:47.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8) 07:18:47.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:47.115 INFO [WorkbenchTestable][AbstractButton] Click button &No 07:18:47.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:47.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:47.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:47.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:47.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:18:47.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:18:47.122 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:18:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:18:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:18:47.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:18:47.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:18:47.122 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.123 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.123 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.123 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.123 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.123 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.130 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.131 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:18:47.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 07:18:47.149 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:18:47.149 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.086 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.1 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.158 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.159 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:47.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.159 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:47.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.160 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:47.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:47.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:47.184 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:47.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:18:47.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.213 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 07:18:47.213 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 07:18:47.214 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.214 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.214 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.214 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:18:47.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.215 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 07:18:47.215 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 07:18:47.215 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.215 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.215 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.215 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:18:47.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.216 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 07:18:47.216 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 07:18:47.216 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.216 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.216 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.216 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:18:47.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.217 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 07:18:47.217 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 07:18:47.217 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.217 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.217 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.217 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 07:18:47.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.218 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 07:18:47.218 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 07:18:47.218 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.218 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.218 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.218 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 07:18:47.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.219 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 07:18:47.219 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 07:18:47.219 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.219 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.219 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.219 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.219 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.219 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.219 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.219 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.219 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.219 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.219 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.223 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.223 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:18:47.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:18:47.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.267 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.267 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.267 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.267 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.267 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.271 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.271 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:18:47.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.321 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 07:18:47.321 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.321 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.321 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.322 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.322 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.322 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.322 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.325 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.325 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.332 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:18:47.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.358 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 07:18:47.358 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.358 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.358 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.358 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.358 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.358 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.358 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.362 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.362 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.367 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:18:47.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:18:47.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.440 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.440 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.440 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.440 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.440 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.443 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.443 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:18:47.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:18:47.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.517 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.517 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.517 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.517 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.517 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.517 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.517 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.522 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.522 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.528 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:47.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:47.568 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:47.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "same") 07:18:47.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.570 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 07:18:47.570 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 07:18:47.570 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.570 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.570 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.570 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.570 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 07:18:47.571 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 07:18:47.571 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.571 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.571 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.571 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.571 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.571 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.571 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.571 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.571 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.571 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.571 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.574 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.575 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.580 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:18:47.580 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:18:47.580 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.07 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.047 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.054 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.035 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.081 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.079 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.611 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.612 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:47.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.612 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.612 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.612 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:47.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.619 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:47.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.620 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.620 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:47.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:47.634 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:47.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:18:47.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.636 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 07:18:47.645 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 07:18:47.645 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.645 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.645 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.645 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:18:47.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:47.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:18:47.646 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 07:18:47.646 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 07:18:47.646 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.646 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.646 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.646 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:18:47.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:47.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:18:47.646 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 07:18:47.646 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 07:18:47.646 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.646 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.647 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.647 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:18:47.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.647 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 07:18:47.647 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 07:18:47.647 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.647 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.647 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.647 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:18:47.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:47.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:18:47.648 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 07:18:47.648 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 07:18:47.648 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.648 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.648 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.648 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:18:47.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:47.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:18:47.648 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 07:18:47.648 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 07:18:47.648 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.648 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.648 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.648 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.649 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.649 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.649 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.649 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.649 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.652 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.653 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is a link1") 07:18:47.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is another link2 with two links") 07:18:47.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.683 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.683 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.683 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.683 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.683 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.687 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.687 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.687 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:18:47.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.717 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 07:18:47.717 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.717 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.717 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.718 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.718 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.718 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.718 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.721 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.721 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.727 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:18:47.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.752 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 07:18:47.752 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.752 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.752 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.752 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.752 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.752 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.752 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.756 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.756 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:18:47.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:18:47.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:47.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:18:47.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.787 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.787 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.787 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.787 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.787 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.790 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.790 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.795 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.795 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.795 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:18:47.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:18:47.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:18:47.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:18:47.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:18:47.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:18:47.820 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.820 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.820 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.820 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.820 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.820 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.820 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.824 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.824 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:18:47.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:18:47.854 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:18:47.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 2 and no matchers specified 07:18:47.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:18:47.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:18:47.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 07:18:47.856 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 07:18:47.856 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 07:18:47.856 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.856 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.856 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.856 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.856 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 07:18:47.856 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 07:18:47.856 TRACE [main][WidgetHandler] Notify Link with event 3 07:18:47.856 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.856 TRACE [main][WidgetHandler] Notify Link with event 4 07:18:47.856 TRACE [main][WidgetHandler] Wait for synchronization 07:18:47.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:47.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:47.856 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:47.857 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:47.857 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:47.857 INFO [main][AbstractShell] Close shell Testing shell 07:18:47.857 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:47.860 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:47.860 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:47.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:18:47.865 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:18:47.865 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:47.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:47.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.038 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.034 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.034 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.034 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.034 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:47.871 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:47.872 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:18:47.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:47.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.872 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:18:47.881 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.881 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:18:47.881 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:47.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:47.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:47.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:47.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:47.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:47.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:47.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:47.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:47.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:47.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:47.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:47.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:47.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:47.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:47.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:48.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:48.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:48.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:48.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:48.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:18:48.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:48.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:48.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:48.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:18:48.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:48.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:48.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:18:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:48.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:48.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:48.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:48.918 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:48.918 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:48.918 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:48.918 INFO [main][AbstractShell] Close shell Testing shell 07:18:48.918 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:48.922 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:48.922 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:48.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:48.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:48.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:48.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:48.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:48.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:48.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:48.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:48.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:48.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:48.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:48.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:48.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:48.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:48.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:48.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:48.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:48.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:48.959 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:48.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:48.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:48.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:48.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:48.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:48.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:48.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:48.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:48.960 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:48.960 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:48.960 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:48.960 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:48.960 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:48.960 INFO [main][AbstractShell] Close shell Testing shell 07:18:48.960 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:48.964 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:48.964 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:48.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:48.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:48.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:48.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:48.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:48.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:48.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:48.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:48.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:48.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:48.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:48.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:48.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:48.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:48.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:48.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:48.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:49.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:49.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:49.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:49.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:49.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:49.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:49.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:49.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:49.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:49.501 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:49.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:49.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:49.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:18:49.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:50.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:50.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:50.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:18:50.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:50.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:50.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:18:50.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:50.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:50.009 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:50.009 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:50.009 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:50.009 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:50.009 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:50.009 INFO [main][AbstractShell] Close shell Testing shell 07:18:50.009 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:50.013 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:50.013 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:50.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:50.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:50.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:50.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:50.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:50.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:50.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:50.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:50.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:50.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:50.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:50.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:50.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:50.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:50.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:50.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:50.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:50.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:50.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:50.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:50.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:50.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:50.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:50.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:50.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:50.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:50.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:50.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:50.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:50.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:50.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:50.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:50.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:50.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:50.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:50.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:50.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:50.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:50.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:50.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:50.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:50.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:50.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:50.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:18:50.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:50.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:51.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:18:51.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:51.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:18:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:51.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:51.067 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:51.067 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:51.068 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:51.068 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:51.068 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:51.068 INFO [main][AbstractShell] Close shell Testing shell 07:18:51.068 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:51.073 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:51.073 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:51.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:51.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:51.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:51.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:51.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:51.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:51.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:51.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:51.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:51.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:51.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:51.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:51.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:51.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:51.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:51.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:51.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:51.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:51.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:51.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:51.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:51.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:51.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:51.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:51.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:51.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:51.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:51.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:51.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:51.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:51.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:51.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:51.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:51.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:51.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:51.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:51.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:51.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:51.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:51.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:51.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:51.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:51.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:18:51.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:52.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:52.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:18:52.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:52.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:18:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:52.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:52.137 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:52.137 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:52.137 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:52.138 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:52.138 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:52.138 INFO [main][AbstractShell] Close shell Testing shell 07:18:52.138 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:52.142 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:52.142 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:52.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:52.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:52.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:52.167 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:52.167 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:52.168 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:52.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:52.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:52.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:52.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:52.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:52.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:52.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:52.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:52.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:52.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:52.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:52.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:52.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:52.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:52.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:52.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:52.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:52.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:52.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:52.207 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 07:18:52.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:52.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:52.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:52.710 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:52.710 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:52.710 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:52.711 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:52.711 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:52.711 INFO [main][AbstractShell] Close shell Testing shell 07:18:52.711 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:52.714 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:52.714 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:52.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:52.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:52.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:52.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:52.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:52.720 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:52.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:52.720 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:52.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:52.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:52.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:52.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:52.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:52.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:52.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:52.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:52.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:52.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:52.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:52.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:52.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:52.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:52.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:52.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:52.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:52.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:52.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:52.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:52.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:52.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:53.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:53.250 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:53.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:53.256 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 07:18:53.256 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:53.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:53.256 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 07:18:53.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:53.756 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 07:18:53.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:53.759 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 07:18:53.759 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 07:18:53.760 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 07:18:53.760 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 07:18:53.760 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 07:18:53.760 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 07:18:53.761 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:53.761 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:53.761 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:53.761 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:53.761 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:53.761 INFO [main][AbstractShell] Close shell Testing shell 07:18:53.761 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:53.765 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:53.765 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:53.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:53.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:53.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:53.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:53.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:53.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:53.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:53.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:53.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:53.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:53.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:53.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:53.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:53.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:53.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:53.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:53.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:53.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:53.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:53.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:53.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:53.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:53.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:53.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:53.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:53.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:53.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:53.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:54.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:54.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:54.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:54.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:54.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:54.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:54.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:54.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:54.311 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 07:18:54.311 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 07:18:54.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 07:18:54.312 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:18:54.313 DEBUG [main][TreeEventsListener] It was check event: true 07:18:54.313 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 07:18:54.313 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 07:18:54.313 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 07:18:54.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 07:18:54.314 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:18:54.314 DEBUG [main][TreeEventsListener] It was check event: true 07:18:54.314 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 07:18:54.314 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:54.314 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:54.314 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:54.314 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:54.315 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:54.315 INFO [main][AbstractShell] Close shell Testing shell 07:18:54.315 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:54.318 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:54.318 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:54.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:54.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:54.318 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:54.324 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:54.324 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:54.324 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:54.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:54.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:54.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:54.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:54.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:54.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:54.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:54.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:54.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:54.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:54.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:54.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:54.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:54.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:54.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:54.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:54.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:54.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:54.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 07:18:54.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 07:18:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:54.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:54.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 07:18:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 07:18:54.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 07:18:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:54.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 07:18:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:54.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 07:18:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 07:18:54.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 07:18:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:55.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:55.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 07:18:55.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 07:18:55.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 07:18:55.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:55.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 07:18:55.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:55.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 07:18:55.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:55.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:55.361 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:55.362 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:55.362 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:55.362 INFO [main][AbstractShell] Close shell Testing shell 07:18:55.362 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:55.365 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:55.365 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:55.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:55.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:55.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:55.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:55.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:55.371 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:55.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:55.371 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:55.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:55.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:55.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:55.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:55.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:55.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:55.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:55.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:55.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:55.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:55.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:55.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:55.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:55.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:55.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:55.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:55.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:55.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:55.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:55.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:55.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:55.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:55.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:55.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:55.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:55.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:55.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:18:55.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:18:56.408 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.408 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:56.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:56.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:56.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:56.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:56.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:56.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:56.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:56.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 07:18:56.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:18:56.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 07:18:56.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:18:56.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:56.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:56.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:56.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:56.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:56.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:56.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:56.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:56.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:18:56.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:18:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:18:56.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.912 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:56.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:56.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:56.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:56.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:56.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:56.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:56.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:56.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:56.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:56.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:56.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:56.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:56.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:56.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:56.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:56.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:56.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:56.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:56.914 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:18:56.914 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:18:56.915 DEBUG [main][TreeItemHandler] Set Tree selection 07:18:56.916 DEBUG [main][TreeHandler] Notify Tree about selection event 07:18:56.916 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:18:56.916 DEBUG [main][TreeEventsListener] It was check event: false 07:18:56.916 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:18:56.916 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 07:18:56.916 DEBUG [WorkbenchTestable][TreeItemHandler] BB 07:18:56.916 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 07:18:56.916 DEBUG [WorkbenchTestable][TreeItemHandler] C 07:18:56.917 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 07:18:56.917 DEBUG [main][TreeHandler] Unselect all tree items 07:18:56.917 DEBUG [main][TreeHandler] Notify Tree about selection event 07:18:56.917 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:18:56.917 DEBUG [main][TreeEventsListener] It was check event: false 07:18:56.917 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 07:18:56.917 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:56.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:56.918 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:56.918 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:56.918 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:56.918 INFO [main][AbstractShell] Close shell Testing shell 07:18:56.918 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:56.922 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:56.922 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:56.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:56.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:56.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:56.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:56.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:56.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:56.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:56.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:56.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:56.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:56.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:56.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:56.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:56.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:56.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:56.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:56.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:56.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:56.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:56.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:56.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:56.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:56.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:56.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:56.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:56.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:56.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:57.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:57.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:18:57.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:57.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:57.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:57.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:18:57.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:57.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:57.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:18:57.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:57.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:18:57.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:57.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:57.978 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:57.978 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:57.978 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:57.979 INFO [main][AbstractShell] Close shell Testing shell 07:18:57.979 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:57.982 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:57.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:57.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:57.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:57.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:57.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:57.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:57.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:57.988 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:57.988 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:57.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:57.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:57.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:57.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:58.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:58.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:58.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:58.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:58.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:58.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:58.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:58.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:58.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:58.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:58.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:58.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:58.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:58.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:58.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:58.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:58.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:58.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:58.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:58.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:58.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:58.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:58.533 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:58.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:58.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:58.533 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:58.533 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:58.533 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:58.534 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:58.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:58.534 INFO [main][AbstractShell] Close shell Testing shell 07:18:58.534 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:58.538 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:58.538 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:58.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:58.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:58.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:58.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:58.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:58.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:58.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:58.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:58.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:58.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:58.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:58.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:58.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:58.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:58.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:58.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:58.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:58.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:58.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:58.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:58.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:58.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:58.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:58.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:58.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:58.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:58.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:58.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:58.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:58.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:58.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:58.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:58.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:58.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:58.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:58.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:58.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:58.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:58.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:59.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:59.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:59.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:59.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:59.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:59.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:59.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:59.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:59.087 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 07:18:59.087 DEBUG [main][TreeItemHandler] Selecting tree item: AA 07:18:59.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 07:18:59.088 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:18:59.088 DEBUG [main][TreeEventsListener] It was check event: false 07:18:59.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 07:18:59.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:18:59.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:18:59.088 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:18:59.089 DEBUG [main][AbstractWait] Waiting until shell is active... 07:18:59.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:18:59.089 INFO [main][AbstractShell] Close shell Testing shell 07:18:59.089 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:18:59.092 DEBUG [main][AbstractWait] Waiting while shell is available... 07:18:59.092 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:18:59.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:59.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:18:59.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:18:59.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:59.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:59.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:59.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:18:59.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:18:59.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:18:59.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:18:59.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:18:59.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:18:59.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:59.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:59.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:59.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:59.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:59.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:59.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:59.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:18:59.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:18:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:18:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:18:59.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:18:59.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:18:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:18:59.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:18:59.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:18:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:18:59.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:18:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:18:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:18:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:18:59.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:59.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:59.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:59.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:18:59.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:18:59.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:18:59.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:18:59.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:18:59.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:18:59.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:18:59.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:18:59.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:00.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:00.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:19:00.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:19:00.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:19:00.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:00.135 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:19:00.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:00.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:19:00.135 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:00.135 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:00.135 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:00.136 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:00.136 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:00.136 INFO [main][AbstractShell] Close shell Testing shell 07:19:00.136 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:00.139 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:00.139 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:00.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:19:00.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:00.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:00.145 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:19:00.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:00.145 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:19:00.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:19:00.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:00.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:00.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:00.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:00.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:00.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:00.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:00.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:00.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:00.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:00.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:00.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:00.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:00.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:00.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:00.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:00.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:00.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:00.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:19:00.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:00.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:00.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:19:00.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:00.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:00.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:00.677 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 07:19:00.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 07:19:00.677 DEBUG [main][TreeItemHandler] Selecting tree item: AA 07:19:00.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 07:19:00.677 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:19:00.678 DEBUG [main][TreeEventsListener] It was check event: false 07:19:00.678 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 07:19:00.678 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:19:00.678 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:19:00.678 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 07:19:00.678 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 07:19:00.678 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 07:19:00.678 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:19:00.678 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:00.679 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:00.679 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:00.679 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:00.679 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:00.679 INFO [main][AbstractShell] Close shell Testing shell 07:19:00.679 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:00.682 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:00.683 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:00.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:19:00.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:00.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:00.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:19:00.700 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:00.700 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:19:00.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:19:00.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:00.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:00.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:00.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:00.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:00.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:00.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:00.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:00.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:00.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:00.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:00.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:00.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:00.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:00.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:00.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:00.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:00.726 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 07:19:00.726 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:00.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:01.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:01.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 07:19:01.228 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:01.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:01.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:01.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:01.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:02.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:02.730 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:02.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:02.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:03.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:03.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:03.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:03.731 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:03.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:03.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:04.231 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:04.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:04.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:04.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:04.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:04.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:04.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:04.732 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:04.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:04.732 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:04.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:04.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:04.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:04.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:05.233 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:05.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:05.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:05.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:05.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:05.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:05.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:05.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:05.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:05.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:05.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:05.734 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:05.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:05.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:05.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:05.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:05.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:05.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:05.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:05.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:05.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:05.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:05.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 07:19:05.734 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:05.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:05.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:05.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:05.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:05.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:05.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:05.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:05.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:05.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:05.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:05.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:05.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:05.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:05.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:05.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:05.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:05.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:05.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:05.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:05.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:05.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:05.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:05.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:05.736 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 07:19:05.736 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:05.736 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:05.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:06.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:06.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 07:19:06.237 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:06.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:06.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:06.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:07.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:07.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:07.738 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:07.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:08.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:08.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:08.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:08.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:09.240 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:09.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:09.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:09.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:09.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:10.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:10.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:10.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 07:19:10.242 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:10.242 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:10.242 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:10.242 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:10.242 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:10.242 INFO [main][AbstractShell] Close shell Testing shell 07:19:10.242 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:10.246 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:10.246 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:10.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:19:10.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:10.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:10.252 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:19:10.252 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:19:10.252 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:10.252 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.382 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.046 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.054 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.049 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.086 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.552 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.554 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.047 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.569 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.048 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.569 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.541 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.047 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.555 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.552 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:10.258 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:10.259 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:10.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:10.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:10.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:10.259 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:10.268 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:10.268 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:10.268 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:10.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:10.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:10.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:10.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:10.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:10.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:10.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:10.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:10.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:10.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:10.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:10.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:10.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:10.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:10.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:10.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:10.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:10.300 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:10.300 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:10.300 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:10.300 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:10.300 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:10.300 INFO [main][AbstractShell] Close shell Testing shell 07:19:10.301 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:10.304 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:10.304 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:10.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:10.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:10.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:10.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:10.324 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:10.324 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:10.324 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:10.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:10.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:10.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:10.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:10.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:10.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:10.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:10.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:10.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:10.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:10.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:10.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:10.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:10.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:10.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:10.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:10.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:10.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:10.356 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:10.356 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:10.356 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:10.357 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:10.357 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:10.357 INFO [main][AbstractShell] Close shell Testing shell 07:19:10.357 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:10.362 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:10.363 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:10.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:10.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:10.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:10.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:10.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:10.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:10.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:10.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:10.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:10.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:10.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:10.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:10.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:10.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:10.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:10.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:10.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:10.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:10.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:10.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:10.400 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:19:10.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:10.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:10.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:10.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:10.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:19:10.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:10.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:19:10.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:10.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:19:10.903 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 07:19:10.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:19:10.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:11.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:11.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:19:11.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:19:11.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:11.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:19:11.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:11.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:19:11.406 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 07:19:11.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:19:11.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:11.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:11.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:19:11.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:19:11.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:12.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:12.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:19:12.407 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 07:19:12.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:19:12.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:12.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:19:12.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:19:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:13.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:13.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:19:13.408 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 07:19:13.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:19:13.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:13.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:13.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:19:13.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:19:13.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:13.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 07:19:13.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:13.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:19:13.910 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 07:19:13.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:19:13.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:14.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:14.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:19:14.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:19:14.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:14.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:14.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:19:14.911 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 07:19:14.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:19:14.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:15.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:19:15.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:19:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:15.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:19:15.913 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:15.913 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:15.913 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:15.914 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:15.914 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:15.914 INFO [main][AbstractShell] Close shell Testing shell 07:19:15.914 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:15.917 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:15.918 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:15.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:15.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:15.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:15.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:15.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:15.925 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:15.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:15.925 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:15.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:15.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:15.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:15.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:15.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:15.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:15.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:15.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:15.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:15.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:15.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:15.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:15.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:15.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:15.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:15.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:15.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:15.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:15.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:15.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:15.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:15.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:15.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:15.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:15.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:15.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:15.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:15.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:15.957 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:15.957 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:15.957 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:15.957 INFO [main][AbstractShell] Close shell Testing shell 07:19:15.957 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:15.961 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:15.961 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:15.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:15.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:15.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:15.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:15.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:15.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:15.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:15.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:15.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:15.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:15.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:15.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:15.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:15.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:15.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:16.009 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.009 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.009 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:16.010 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:16.010 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:16.010 INFO [main][AbstractShell] Close shell Testing shell 07:19:16.010 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:16.013 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:16.013 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:16.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:16.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.018 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:16.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:16.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:16.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:16.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'tree001') 07:19:16.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 07:19:16.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:16.047 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.047 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.047 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:16.047 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:16.047 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:16.047 INFO [main][AbstractShell] Close shell Testing shell 07:19:16.047 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:16.050 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:16.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:16.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:16.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:16.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:16.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:16.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:16.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:16.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.085 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:16.085 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:16.085 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:16.085 INFO [main][AbstractShell] Close shell Testing shell 07:19:16.085 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:16.088 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:16.089 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:16.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:16.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.089 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:19:16.122 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:19:16.122 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.864 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.056 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.044 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.556 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.055 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.038 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.038 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.066 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.127 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.127 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:16.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.127 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.127 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.127 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:16.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.128 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:16.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.128 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.128 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:19:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:16.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:16.177 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 07:19:16.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:16.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:16.184 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 07:19:16.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:16.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.185 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.185 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:16.185 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:16.185 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:16.185 INFO [main][AbstractShell] Close shell Testing shell 07:19:16.185 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:16.189 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:16.189 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:16.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.228 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:19:16.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.228 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:19:16.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:16.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:16.243 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 07:19:16.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:16.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:16.245 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 07:19:16.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.262 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:16.262 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:16.262 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:16.262 INFO [main][AbstractShell] Close shell Testing shell 07:19:16.262 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:16.265 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:16.265 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:16.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.265 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:19:16.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.271 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:19:16.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:16.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:16.296 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 07:19:16.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:16.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:16.297 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 07:19:16.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.298 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:16.299 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:16.299 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:16.299 INFO [main][AbstractShell] Close shell Testing shell 07:19:16.299 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:16.302 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:16.302 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:16.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:19:16.311 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:19:16.311 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.1 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.042 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.04 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:19:16.322 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:19:16.324 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:16.324 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:19:16.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.324 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:16.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.328 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:16.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.328 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 07:19:16.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:19:16.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:19:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:16.343 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:19:16.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:16.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:16.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:16.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:16.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 07:19:16.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 07:19:16.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:19:16.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:16.344 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:19:16.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:16.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:16.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:16.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:16.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 07:19:16.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 07:19:16.345 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.345 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.345 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:16.345 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:16.345 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:16.345 INFO [main][AbstractShell] Close shell Testing shell 07:19:16.345 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:16.348 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:16.348 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:16.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:19:16.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 07:19:16.410 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:19:16.410 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.082 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:19:16.416 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:19:16.417 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:16.417 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.417 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:19:16.417 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.417 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:16.418 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.418 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:16.418 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:16.423 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 07:19:16.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:16.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:16.423 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:16.424 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:16.424 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:16.424 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:16.424 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:16.424 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:16.424 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:16.424 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:16.424 DEBUG [main][MenuItemLookup] Item match:Window 07:19:16.425 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:16.425 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:16.425 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:16.425 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:16.425 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:16.425 DEBUG [main][MenuItemLookup] Item match:Show View 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:16.431 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:19:16.431 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:19:16.431 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:19:16.431 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:19:16.432 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:19:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:19:16.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:19:16.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:19:16.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:16.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:16.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:19:16.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:16.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:16.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:19:16.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:16.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:16.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:16.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:16.512 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 07:19:16.512 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 07:19:16.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 07:19:16.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 07:19:16.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:16.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:19:16.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:16.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:16.514 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:19:16.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:16.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:16.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:16.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:19:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:19:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:19:16.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:19:16.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:16.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:16.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:19:16.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:16.569 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:19:16.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:16.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:16.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:16.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:16.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:16.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.572 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 07:19:16.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:19:16.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'label1') 07:19:16.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.582 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:19:16.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 07:19:16.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:19:16.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:19:16.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 07:19:16.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 07:19:16.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:19:16.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Name:") 07:19:16.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.585 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:19:16.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:19:16.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:19:16.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 07:19:16.585 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:19:16.585 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.012 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:19:16.590 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:19:16.591 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:16.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.591 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:19:16.591 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.591 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:16.609 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.609 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:16.609 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.610 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 07:19:16.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:19:16.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 07:19:16.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:19:16.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 07:19:16.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:19:16.635 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 07:19:16.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 07:19:16.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:19:16.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 07:19:16.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:16.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:16.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 07:19:16.638 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 07:19:16.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 07:19:16.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:16.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 07:19:16.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 07:19:16.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:19:16.642 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 07:19:16.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 07:19:16.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:19:16.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 07:19:16.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:19:16.647 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 07:19:16.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 07:19:16.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:16.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:19:16.648 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:16.648 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:16.648 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:16.649 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:16.649 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:16.649 INFO [main][AbstractShell] Close shell Testing shell 07:19:16.649 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:16.653 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:16.653 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:16.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:19:16.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 07:19:16.665 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:19:16.665 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.055 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:16.670 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:16.671 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:16.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:16.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.671 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:16.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.671 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:16.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:19:16.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:16.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:16.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:16.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:19:16.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:16.681 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:19:16.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:16.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:16.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:16.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:16.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:16.712 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 07:19:16.713 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 07:19:16.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:16.722 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:19:16.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:16.754 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 07:19:16.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:16.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:16.755 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:16.755 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:16.755 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:16.755 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:16.755 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:16.755 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:16.755 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:16.755 DEBUG [main][MenuItemLookup] Item match:Window 07:19:16.756 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:16.756 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:16.756 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:16.756 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:16.756 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:16.756 DEBUG [main][MenuItemLookup] Item match:Show View 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:16.760 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:19:16.760 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:19:16.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:19:16.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:19:16.760 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:19:16.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:19:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:19:16.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:19:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:16.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:16.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:19:16.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:16.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:16.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:19:16.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:16.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:16.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:16.846 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 07:19:16.846 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 07:19:16.846 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 07:19:16.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 07:19:16.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:16.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:19:16.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:16.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:16.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:16.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:16.848 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:19:16.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:16.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:16.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:16.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:16.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:19:16.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:19:16.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:19:16.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:19:16.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:16.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:19:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:16.913 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:19:16.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:16.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:16.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:16.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:16.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:16.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'text1') 07:19:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 07:19:16.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:16.916 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:16.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:16.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:16.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:16.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:19:16.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:16.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:19:16.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:16.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:16.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:16.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:16.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:16.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:19:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:16.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:16.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:16.934 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:19:16.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:16.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:16.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:16.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:16.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:16.945 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 07:19:16.945 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 07:19:16.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:16.946 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:19:16.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:16.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:16.971 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 07:19:16.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:16.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:16.972 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:16.972 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:16.972 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:16.972 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:16.972 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:16.972 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:16.972 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:16.972 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:16.972 DEBUG [main][MenuItemLookup] Item match:Window 07:19:16.973 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:16.973 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:16.973 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:16.973 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:16.973 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:16.973 DEBUG [main][MenuItemLookup] Item match:Show View 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:16.977 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:19:16.977 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:19:16.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:19:16.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:19:16.977 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:19:17.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:19:17.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:19:17.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:19:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:17.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:17.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:19:17.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:17.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:17.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:19:17.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:17.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:17.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:17.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 07:19:17.046 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 07:19:17.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 07:19:17.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 07:19:17.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:17.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:19:17.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:17.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:17.048 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:19:17.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:17.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:17.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:17.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:17.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:19:17.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:19:17.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:19:17.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:19:17.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:17.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:17.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:19:17.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:17.114 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:19:17.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:17.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:17.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:17.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:17.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.116 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:17.116 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:17.116 DEBUG [main][MenuItemLookup] Item match:File 07:19:17.118 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:19:17.118 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Package' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Class' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Interface' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Enum' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Record' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:17.121 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:19:17.121 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:19:17.131 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:19:17.131 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:19:17.131 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:19:17.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 07:19:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 07:19:17.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:19:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:19:17.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 07:19:17.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.243 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.244 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 07:19:17.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:19:17.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 07:19:17.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:17.247 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:19:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:17.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:17.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:17.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:17.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:17.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.282 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:19:17.282 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.282 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:19:17.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:17.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:17.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:19:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:17.311 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:19:17.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:17.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:17.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:17.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:17.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:17.322 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 07:19:17.322 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 07:19:17.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:17.322 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:19:17.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:17.352 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 07:19:17.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:17.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:17.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:17.353 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:17.353 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:17.353 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:17.353 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:17.353 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:17.353 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:17.353 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:17.353 DEBUG [main][MenuItemLookup] Item match:Window 07:19:17.354 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:17.354 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:17.354 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:17.354 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:17.354 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:17.354 DEBUG [main][MenuItemLookup] Item match:Show View 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:17.359 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:19:17.359 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:19:17.360 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:19:17.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:19:17.360 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:19:17.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:19:17.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:19:17.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:19:17.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:17.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:17.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:17.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:19:17.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:17.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:17.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:19:17.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:17.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:17.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:17.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 07:19:17.417 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 07:19:17.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 07:19:17.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 07:19:17.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:17.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:19:17.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:17.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:17.419 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:19:17.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:17.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:17.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:17.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:17.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:19:17.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:19:17.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:19:17.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:19:17.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:17.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:17.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:19:17.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:17.481 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:19:17.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:17.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:17.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:17.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:17.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:17.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:19:17.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.493 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:19:17.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.493 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text") 07:19:17.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.493 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:19:17.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.493 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.493 INFO [WorkbenchTestable][AbstractText] Text set to: New text 07:19:17.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:19:17.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.494 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:19:17.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.494 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "New text") 07:19:17.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.494 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:19:17.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.494 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.494 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 07:19:17.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:17.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:19:17.495 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:19:17.495 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.244 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.366 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.213 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.510 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.511 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:17.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.511 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:17.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.517 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:17.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.517 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test clabel") 07:19:17.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.566 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.567 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.567 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.567 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:17.568 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:17.568 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:17.568 INFO [main][AbstractShell] Close shell Testing shell 07:19:17.568 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:17.576 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:17.576 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:17.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormLabel") 07:19:17.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.632 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.633 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:17.633 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:17.633 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:17.633 INFO [main][AbstractShell] Close shell Testing shell 07:19:17.633 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:17.641 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:17.641 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:17.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:17.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 07:19:17.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:17.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:17.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 07:19:17.690 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 07:19:17.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.692 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:19:17.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.694 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 07:19:17.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.696 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.697 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:17.697 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:17.697 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:17.697 INFO [main][AbstractShell] Close shell Testing shell 07:19:17.697 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:17.705 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:17.705 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:17.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.713 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:17.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label4") 07:19:17.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.774 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.775 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:17.776 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:17.776 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:17.776 INFO [main][AbstractShell] Close shell Testing shell 07:19:17.776 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:17.784 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:17.784 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:17.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.791 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.791 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 07:19:17.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.837 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.838 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 07:19:17.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.838 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:17.839 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:17.839 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:17.839 INFO [main][AbstractShell] Close shell Testing shell 07:19:17.839 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:17.847 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:17.847 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:17.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.854 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1*") 07:19:17.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.910 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.911 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:17.912 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:17.912 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:17.912 INFO [main][AbstractShell] Close shell Testing shell 07:19:17.912 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:17.921 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:17.921 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:17.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:17.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:17.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:17.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:17.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:17.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:17.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label3") 07:19:17.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:17.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:17.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:17.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:17.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:17.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:17.980 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:17.982 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:17.982 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:17.982 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:17.983 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:17.983 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:17.983 INFO [main][AbstractShell] Close shell Testing shell 07:19:17.983 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:17.991 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:17.991 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:17.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:17.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:17.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:18.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:18.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:18.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:18.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:18.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:18.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:18.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:18.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:18.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:18.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:18.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:18.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1") 07:19:18.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:18.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:18.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:18.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:18.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:18.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:18.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:18.068 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:18.069 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:18.069 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:18.069 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:18.069 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:18.069 INFO [main][AbstractShell] Close shell Testing shell 07:19:18.069 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:18.080 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:18.080 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:18.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:18.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:18.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:18.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:18.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:18.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:18.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:18.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:18.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:18.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:18.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:18.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 07:19:18.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:18.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:18.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:18.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:18.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:18.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:18.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:18.157 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:18.161 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:18.161 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:18.161 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:18.161 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:18.161 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:18.161 INFO [main][AbstractShell] Close shell Testing shell 07:19:18.161 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:18.169 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:18.169 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:18.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:18.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:18.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:18.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:18.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:18.177 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:18.177 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:18.177 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:18.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:18.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:18.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:18.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:18.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:18.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:18.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:19:18.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:18.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:18.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:18.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:18.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:18.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:18.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:18.222 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:18.223 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 07:19:18.223 INFO [WorkbenchTestable][AbstractText] Text set to: 07:19:18.223 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:18.223 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 07:19:18.227 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 07:19:18.292 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:18.292 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 07:19:18.894 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:18.894 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 07:19:19.495 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:19.495 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:19:20.096 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:20.096 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 07:19:20.697 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:20.697 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:19:21.298 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:21.298 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 07:19:21.899 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:21.899 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 07:19:22.500 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:22.501 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 07:19:23.101 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:23.102 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 07:19:23.703 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:23.703 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 07:19:24.304 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:24.304 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 07:19:24.905 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:24.905 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 07:19:25.506 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:25.506 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 07:19:26.106 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:26.107 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:19:26.707 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:26.708 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:19:27.308 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:27.308 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 07:19:27.910 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:19:27.910 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:19:28.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:19:28.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.513 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.513 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.513 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.513 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:28.514 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:28.514 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:28.514 INFO [main][AbstractShell] Close shell Testing shell 07:19:28.514 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:28.522 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:28.522 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:28.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:28.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:28.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:28.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:28.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:19:28.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.572 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.572 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 07:19:28.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:19:28.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.575 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.575 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:28.576 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:28.576 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:28.576 INFO [main][AbstractShell] Close shell Testing shell 07:19:28.576 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:28.583 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:28.583 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:28.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.590 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.590 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:28.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:28.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Special label?") 07:19:28.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.636 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.637 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:28.638 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:28.638 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:28.638 INFO [main][AbstractShell] Close shell Testing shell 07:19:28.638 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:28.646 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:28.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:28.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.653 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.653 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.653 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:28.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2 *") 07:19:28.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.714 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.715 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:28.715 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:28.715 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:28.715 INFO [main][AbstractShell] Close shell Testing shell 07:19:28.715 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:28.723 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:28.723 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:28.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:28.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 07:19:28.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.773 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.773 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.774 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.774 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:28.774 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:28.774 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:28.774 INFO [main][AbstractShell] Close shell Testing shell 07:19:28.774 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:28.782 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:28.782 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:28.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:28.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:28.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2") 07:19:28.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.843 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.844 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.844 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.844 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:28.844 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:28.844 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:28.844 INFO [main][AbstractShell] Close shell Testing shell 07:19:28.844 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:28.852 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:28.852 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:28.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:28.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:19:28.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.900 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.900 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.900 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.900 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:28.901 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:28.901 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:28.901 INFO [main][AbstractShell] Close shell Testing shell 07:19:28.901 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:28.909 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:28.909 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:28.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.915 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:28.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:28.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormCLabel") 07:19:28.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:28.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:28.958 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:28.959 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:28.959 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:28.959 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:28.960 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:28.960 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:28.960 INFO [main][AbstractShell] Close shell Testing shell 07:19:28.960 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:28.967 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:28.967 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:28.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:28.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:19:28.973 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:19:28.973 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:28.973 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:28.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:28.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.464 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.067 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.064 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.064 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.078 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.08 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.357 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.056 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.078 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.058 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.069 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.056 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.057 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:28.979 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:28.979 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:28.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:28.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.979 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:28.980 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.980 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:28.980 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:28.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.988 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 07:19:28.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:28.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:28.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:28.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:28.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:19:28.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:28.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:28.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:28.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:28.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:28.993 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:19:28.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:19:28.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:28.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:28.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:28.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:28.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:28.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:19:28.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:28.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:28.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:28.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:29.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:29.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:29.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:29.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:29.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:29.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:29.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:29.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:29.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:29.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:29.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:29.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:29.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:29.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:29.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:19:29.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:29.028 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:19:29.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:29.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:29.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:29.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:29.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:29.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:19:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:29.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:29.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:29.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:29.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:29.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:29.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:29.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:29.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:29.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:29.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:29.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:29.057 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:29.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:29.058 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:19:29.058 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:29.058 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:19:29.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:29.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:29.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:29.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:29.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:19:29.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:29.058 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:19:29.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:29.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:29.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:29.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:29.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Styled text") 07:19:29.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:29.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:29.059 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:19:29.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:29.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:29.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:29.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:29.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:19:29.060 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 07:19:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:29.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:29.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:29.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:29.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:19:29.060 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:19:29.060 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:29.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.033 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.03 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:29.068 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:29.069 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:29.069 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:29.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:29.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:29.069 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:29.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:29.072 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:29.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:29.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:29.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:29.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:29.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:29.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:29.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:29.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 256) 07:19:29.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:29.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:29.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:29.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:29.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:29.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:29.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:19:29.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 07:19:29.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:19:29.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 07:19:30.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:19:30.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 07:19:30.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:19:30.087 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 07:19:30.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:30.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:30.087 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:30.087 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:30.087 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:30.087 INFO [main][AbstractShell] Close shell Testing shell 07:19:30.087 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:30.090 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:30.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:30.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:30.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:30.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:30.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:30.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:30.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:30.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:30.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:30.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:30.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 07:19:30.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:30.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:30.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:30.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:30.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:30.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:19:30.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 07:19:30.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:30.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:30.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:30.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:30.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:19:30.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:30.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:30.112 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:30.112 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:30.112 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:30.112 INFO [main][AbstractShell] Close shell Testing shell 07:19:30.112 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:30.115 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:30.115 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:30.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:30.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:30.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:30.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:30.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:30.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:30.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:30.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:30.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:30.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 07:19:30.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:30.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:30.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:30.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:30.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:30.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 256) 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:30.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:30.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 07:19:30.140 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:30.140 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:30.140 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:30.140 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:30.140 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:30.140 INFO [main][AbstractShell] Close shell Testing shell 07:19:30.140 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:30.143 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:30.143 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:30.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:30.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:30.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:30.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:30.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:30.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:30.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:30.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:30.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:30.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:30.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 07:19:30.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:30.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:30.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:30.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:30.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:30.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:30.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:31.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:31.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:19:31.168 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 07:19:31.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:31.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:31.169 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:31.169 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:31.169 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:31.169 INFO [main][AbstractShell] Close shell Testing shell 07:19:31.169 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:31.171 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:31.172 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:31.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:31.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:31.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:31.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:31.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:31.177 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:31.177 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:31.177 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:31.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:31.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:31.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:31.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:31.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 07:19:31.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:31.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:31.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:31.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:31.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:31.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:31.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:19:31.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 07:19:31.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:31.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:31.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:31.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:31.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:31.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:19:31.195 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:31.195 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:31.195 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:31.195 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:31.195 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:31.195 INFO [main][AbstractShell] Close shell Testing shell 07:19:31.195 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:31.198 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:31.198 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:31.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:31.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:31.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:31.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:31.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:31.204 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:31.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:31.204 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:31.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:31.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:31.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:31.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:31.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 512) 07:19:31.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:31.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:31.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:31.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:31.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:31.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:31.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:32.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:32.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:32.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:19:32.224 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 07:19:32.224 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:32.224 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:32.224 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:32.224 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:32.224 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:32.224 INFO [main][AbstractShell] Close shell Testing shell 07:19:32.224 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:32.228 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:32.228 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:32.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:32.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:32.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:32.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:19:32.244 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:19:32.244 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:32.244 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.176 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.024 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.025 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.032 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.023 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.027 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.04 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:32.249 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:32.249 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:32.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:32.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:32.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:32.249 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:32.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:32.250 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:32.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:32.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:32.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:32.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:32.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:32.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:32.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:32.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 07:19:32.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:32.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:32.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:32.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:32.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:32.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 07:19:32.271 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:32.272 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:32.272 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:32.272 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:32.272 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:32.272 INFO [main][AbstractShell] Close shell Testing shell 07:19:32.272 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:32.275 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:32.275 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:32.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:32.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:32.275 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:32.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:32.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:32.286 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:32.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:32.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:32.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:32.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:32.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:32.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:32.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 4 and no matchers specified 07:19:32.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:32.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:32.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:32.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:32.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:32.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:32.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:19:32.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:19:32.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:19:32.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:19:33.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:19:33.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:19:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:19:33.302 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 07:19:33.303 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:33.303 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:33.303 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:33.303 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:33.303 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:33.303 INFO [main][AbstractShell] Close shell Testing shell 07:19:33.303 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:33.307 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:33.307 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:33.307 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.307 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:33.307 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:33.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:33.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:33.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:33.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:33.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 07:19:33.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:33.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:33.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:33.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:33.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 07:19:33.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:33.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:33.334 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:33.334 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:33.334 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:33.334 INFO [main][AbstractShell] Close shell Testing shell 07:19:33.334 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:33.337 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:33.337 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:33.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:33.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:33.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:33.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:33.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:33.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:33.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 07:19:33.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:33.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:33.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:33.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:33.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:33.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:33.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:33.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 07:19:33.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 07:19:33.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:33.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:19:33.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:33.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:33.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:33.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:33.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:33.364 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:33.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:33.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:33.365 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:33.365 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:33.365 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:33.365 INFO [main][AbstractShell] Close shell Testing shell 07:19:33.365 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:33.368 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:33.368 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:33.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:33.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:33.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:33.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:33.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:33.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:33.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 07:19:33.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:33.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:33.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:33.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:33.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:33.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:33.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:33.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 07:19:33.413 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:33.413 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:33.413 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:33.413 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:33.413 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:33.413 INFO [main][AbstractShell] Close shell Testing shell 07:19:33.413 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:33.417 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:33.417 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:33.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:33.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:33.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.422 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:33.422 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:33.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:33.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:33.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 07:19:33.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:33.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:33.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:33.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:33.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:33.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:33.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:33.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 07:19:33.442 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:33.442 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:33.442 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:33.442 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:33.442 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:33.442 INFO [main][AbstractShell] Close shell Testing shell 07:19:33.442 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:33.445 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:33.445 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:33.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:33.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:33.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:19:33.456 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:19:33.456 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:33.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:33.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.036 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.026 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.031 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.031 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.048 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.034 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:33.461 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:33.462 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:33.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:33.463 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:33.463 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:33.463 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:33.463 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:33.463 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:33.463 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:33.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:33.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:33.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:33.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:33.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:33.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:33.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:33.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:34.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:34.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:34.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:34.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:34.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:34.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:34.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:34.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:34.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:34.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:34.041 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:34.041 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:34.041 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:34.041 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:34.041 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:34.041 INFO [main][AbstractShell] Close shell Testing shell 07:19:34.041 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:34.050 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:34.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:34.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:34.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:34.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:34.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:34.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:34.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:34.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:34.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:34.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:34.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:34.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:34.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:34.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:34.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:34.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:34.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:34.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:34.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:34.540 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 07:19:34.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:34.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:34.540 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:34.540 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:34.540 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:34.540 INFO [main][AbstractShell] Close shell Testing shell 07:19:34.540 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:34.549 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:34.549 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:34.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:34.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:34.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:34.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:34.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:34.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:34.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:34.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:34.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:34.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:34.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:34.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:35.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:35.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:35.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:35.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:35.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:35.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:35.050 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 07:19:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:35.051 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:35.051 TRACE [main][WidgetHandler] Wait for synchronization 07:19:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:35.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:35.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:35.054 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:35.054 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:35.054 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:35.054 INFO [main][AbstractShell] Close shell Testing shell 07:19:35.054 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:35.063 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:35.063 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:35.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:35.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:35.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:35.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:35.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:35.069 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:35.069 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:35.069 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:35.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:35.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:35.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:35.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:35.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:19:35.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:35.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:35.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:35.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:35.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:35.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:35.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:19:35.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:19:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:35.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:19:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:35.556 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 07:19:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 07:19:35.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 07:19:35.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 07:19:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:35.561 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:35.561 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:35.561 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:35.561 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:35.562 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:35.562 INFO [main][AbstractShell] Close shell Testing shell 07:19:35.562 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:35.570 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:35.570 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:35.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:35.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:35.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:35.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:35.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:35.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:35.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:35.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:35.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:35.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:35.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:35.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:35.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:35.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:36.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:36.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:36.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:36.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:36.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:36.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:36.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:36.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:36.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:36.060 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 07:19:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:36.060 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:36.060 TRACE [main][WidgetHandler] Wait for synchronization 07:19:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:36.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:36.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:36.062 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:36.062 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:36.062 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:36.062 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:36.062 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:36.062 INFO [main][AbstractShell] Close shell Testing shell 07:19:36.062 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:36.071 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:36.071 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:36.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:36.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:36.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:36.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:36.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:36.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:36.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:36.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:36.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:36.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:36.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:36.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:36.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:36.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:36.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:36.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:36.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:36.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:36.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:36.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:36.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:36.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:36.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:36.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:36.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:36.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:36.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:36.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:36.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:36.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:36.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:36.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:36.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:36.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:36.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:36.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:36.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:36.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:36.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:36.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:36.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:36.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:36.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:36.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:36.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:36.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:36.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:36.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:36.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:36.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:36.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:36.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:36.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:36.583 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:36.583 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:36.583 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:36.583 INFO [main][AbstractShell] Close shell Testing shell 07:19:36.584 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:36.593 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:36.593 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:36.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:36.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:36.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:36.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:36.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:36.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:36.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:36.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:36.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:36.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:36.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:36.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:37.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:37.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:37.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:37.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:37.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:37.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:37.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:37.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:37.121 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 07:19:37.122 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:37.122 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:37.122 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:37.122 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:37.122 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:37.122 INFO [main][AbstractShell] Close shell Testing shell 07:19:37.122 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:37.131 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:37.131 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:37.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:37.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:37.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:37.136 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:37.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:37.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:37.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:37.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:37.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:37.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:37.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:37.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:37.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:37.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:37.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:37.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:37.658 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:19:37.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:37.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:37.658 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:37.658 TRACE [main][WidgetHandler] Wait for synchronization 07:19:37.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:37.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:37.658 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:37.658 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:37.658 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:37.658 INFO [main][AbstractShell] Close shell Testing shell 07:19:37.658 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:37.667 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:37.667 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:37.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:37.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:37.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:37.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:37.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:37.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:37.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:37.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:37.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:37.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:37.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:37.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:37.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:19:37.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:38.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:38.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:38.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:38.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:19:38.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:19:38.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:38.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:19:38.162 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 07:19:38.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:38.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:38.162 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:38.162 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:38.162 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:38.162 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:38.162 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:38.162 INFO [main][AbstractShell] Close shell Testing shell 07:19:38.162 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:38.171 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:38.172 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:38.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:38.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:38.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:38.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.183 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:38.183 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:38.183 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:38.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:38.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:38.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:38.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:38.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:38.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:38.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:38.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:38.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 07:19:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 07:19:38.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:38.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:38.670 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:38.670 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:38.670 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:38.670 INFO [main][AbstractShell] Close shell Testing shell 07:19:38.670 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:38.679 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:38.679 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:38.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:38.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:38.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:38.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:38.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:38.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:38.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:38.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:39.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:39.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:39.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:39.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:39.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:39.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:39.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:39.176 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:39.176 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:39.176 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:39.176 INFO [main][AbstractShell] Close shell Testing shell 07:19:39.176 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:39.185 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:39.185 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:39.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:39.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:39.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.192 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:39.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:39.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:39.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:39.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:39.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:39.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:39.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'table2') 07:19:39.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:39.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:39.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 07:19:39.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 07:19:39.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:39.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:39.698 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:39.698 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:39.698 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:39.698 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:39.698 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:39.698 INFO [main][AbstractShell] Close shell Testing shell 07:19:39.698 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:39.708 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:39.708 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:39.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:39.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:39.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:39.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:39.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:39.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:40.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:40.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:40.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:40.204 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 07:19:40.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:40.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:40.204 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:40.204 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:40.204 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:40.204 INFO [main][AbstractShell] Close shell Testing shell 07:19:40.204 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:40.213 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:40.214 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:40.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:40.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.214 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.220 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:40.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.220 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:40.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:40.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:40.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:40.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:40.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:40.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:40.708 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:19:40.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:40.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:40.708 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:40.708 TRACE [main][WidgetHandler] Wait for synchronization 07:19:40.708 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:40.708 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:40.708 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:40.709 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:40.709 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:40.709 INFO [main][AbstractShell] Close shell Testing shell 07:19:40.709 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:40.718 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:40.718 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:40.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:40.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.719 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:40.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:40.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:40.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:40.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:41.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:41.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:41.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:41.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:41.212 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 07:19:41.213 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:41.213 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:41.213 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:41.213 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:41.213 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:41.213 INFO [main][AbstractShell] Close shell Testing shell 07:19:41.213 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:41.222 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:41.222 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:41.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:41.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:41.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:41.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.228 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:41.229 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:41.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:41.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:41.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:41.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:41.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:41.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:41.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:41.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:41.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:41.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:41.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:41.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:41.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:41.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:41.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:41.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:41.712 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:41.713 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:41.713 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:41.713 INFO [main][AbstractShell] Close shell Testing shell 07:19:41.713 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:41.722 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:41.722 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:41.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:41.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:41.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.728 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:41.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:41.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:41.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:41.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:41.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:41.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:41.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:41.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:42.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:42.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:42.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:42.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:42.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:42.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:42.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:42.217 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:42.217 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:42.217 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:42.217 INFO [main][AbstractShell] Close shell Testing shell 07:19:42.217 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:42.227 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:42.227 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:42.227 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:42.227 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:42.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:42.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:42.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:42.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:42.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:42.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:42.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:42.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:19:42.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:42.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:42.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:42.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:42.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:19:42.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:19:42.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:42.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:19:42.746 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:19:42.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:42.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:42.746 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:42.746 TRACE [main][WidgetHandler] Wait for synchronization 07:19:42.746 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:42.746 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:42.746 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:42.747 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:42.747 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:42.747 INFO [main][AbstractShell] Close shell Testing shell 07:19:42.747 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:42.756 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:42.756 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:42.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:42.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:42.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:42.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:42.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:42.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:42.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:42.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:42.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:43.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:43.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:43.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:43.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:43.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:43.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:43.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:43.251 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:43.251 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:43.251 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:43.251 INFO [main][AbstractShell] Close shell Testing shell 07:19:43.251 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:43.260 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:43.260 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:43.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:43.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:43.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:43.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:43.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:43.266 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:43.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:43.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:43.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:43.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:43.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:43.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:43.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:43.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:43.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:43.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:43.764 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 07:19:43.766 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:43.766 TRACE [main][WidgetHandler] Wait for synchronization 07:19:43.766 TRACE [main][WidgetHandler] Notify Table with event 8 07:19:43.766 TRACE [main][WidgetHandler] Wait for synchronization 07:19:43.767 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:43.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:43.768 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:43.768 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:43.768 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:43.768 INFO [main][AbstractShell] Close shell Testing shell 07:19:43.768 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:43.777 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:43.777 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:43.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:43.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:43.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:43.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.783 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:43.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:43.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:43.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:43.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:43.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:43.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:44.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:44.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:44.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:44.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:44.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:44.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:44.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:44.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:44.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:44.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:44.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:44.298 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:44.298 TRACE [main][WidgetHandler] Wait for synchronization 07:19:44.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:44.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:44.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:44.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:44.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:44.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:44.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:44.302 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:44.302 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:44.302 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:44.303 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:44.303 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:44.303 INFO [main][AbstractShell] Close shell Testing shell 07:19:44.303 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:44.317 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:44.317 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:44.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:44.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:44.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:44.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:44.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:44.325 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:44.325 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:44.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:44.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:44.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:44.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:44.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:44.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:44.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:44.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:44.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:44.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:44.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:44.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:44.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:44.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:44.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:44.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:44.876 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 07:19:44.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:44.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:44.876 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:44.876 TRACE [main][WidgetHandler] Wait for synchronization 07:19:44.876 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:44.876 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:44.876 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:44.876 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:44.876 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:44.876 INFO [main][AbstractShell] Close shell Testing shell 07:19:44.876 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:44.885 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:44.885 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:44.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:44.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:44.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:44.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:44.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:44.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:44.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:44.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:44.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:44.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:44.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:44.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:45.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:45.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:45.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:45.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:45.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:45.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:45.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:45.395 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 07:19:45.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:45.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:45.395 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:45.395 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:45.395 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:45.395 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:45.395 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:45.395 INFO [main][AbstractShell] Close shell Testing shell 07:19:45.395 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:45.405 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:45.405 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:45.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:45.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.405 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:45.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:45.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:45.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:45.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:45.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:45.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:45.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:45.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:45.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:45.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:45.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:45.906 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:19:45.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:45.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:45.906 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:45.906 TRACE [main][WidgetHandler] Wait for synchronization 07:19:45.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:45.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:45.908 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 07:19:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:45.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:45.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:45.911 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:45.911 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:45.911 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:45.911 INFO [main][AbstractShell] Close shell Testing shell 07:19:45.911 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:45.920 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:45.920 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:45.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:45.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:45.926 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.926 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:45.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:45.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:46.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:46.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:46.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:46.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:46.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:46.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:46.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:46.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:46.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:46.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:46.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:46.428 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 07:19:46.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:46.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:46.428 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:46.428 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:46.428 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:46.428 INFO [main][AbstractShell] Close shell Testing shell 07:19:46.428 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:46.437 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:46.437 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:46.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:46.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:46.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:46.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:46.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:46.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:46.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:46.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:46.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:46.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:46.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:46.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:46.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:46.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:46.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:46.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:46.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:46.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:46.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:46.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:46.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 07:19:46.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:46.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:47.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:47.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:48.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:48.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:49.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:49.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:50.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:50.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:50.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:50.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:51.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:51.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:52.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:52.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:53.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:53.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:53.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:53.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:54.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:54.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:55.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:55.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:56.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:56.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:56.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 07:19:56.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:56.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:56.978 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:56.979 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:56.979 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:56.979 INFO [main][AbstractShell] Close shell Testing shell 07:19:56.979 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:56.989 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:56.989 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:56.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:56.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:56.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:57.000 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:19:57.000 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:19:57.000 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:57.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.539 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.592 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.514 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.513 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.495 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.523 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.536 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.536 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.502 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.507 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.529 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.505 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.503 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.505 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.528 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.504 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.517 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.542 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.565 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.521 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.514 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.518 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.556 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:57.009 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:57.009 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:57.010 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:57.010 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:57.010 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:57.010 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:57.010 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:57.010 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:57.010 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:57.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:57.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:57.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:57.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:57.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:57.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:57.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:57.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:57.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:57.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:57.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:57.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:57.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:57.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:57.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:57.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:57.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:57.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 7 and no matchers specified 07:19:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:57.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 07:19:57.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 07:19:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:57.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 07:19:57.347 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@e0a3af2 07:19:57.349 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:57.349 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:57.349 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:57.349 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:57.349 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:57.349 INFO [main][AbstractShell] Close shell Testing shell 07:19:57.349 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:57.356 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:57.356 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:57.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:57.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:57.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:57.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:57.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:57.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:57.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:57.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:57.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:57.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:57.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:57.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:57.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:57.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:57.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:57.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:57.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:57.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:57.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:57.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:57.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:57.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:57.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:57.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 3") 07:19:57.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:57.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:57.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:57.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:57.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:19:57.695 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:57.695 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:57.695 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:57.696 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:57.696 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:57.696 INFO [main][AbstractShell] Close shell Testing shell 07:19:57.696 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:57.702 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:57.702 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:57.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:57.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:57.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:57.707 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:57.708 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:57.708 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:57.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:57.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:57.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:57.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:57.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 07:19:57.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:58.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:58.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:58.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:58.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:58.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:19:58.037 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:58.037 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:58.038 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:58.038 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:58.038 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:58.038 INFO [main][AbstractShell] Close shell Testing shell 07:19:58.038 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:58.044 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:58.044 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:58.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:58.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:58.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:58.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:58.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:58.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:58.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:58.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:58.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:58.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:58.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:58.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:58.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "0 3") 07:19:58.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:58.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:58.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:58.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:58.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:58.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:58.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:58.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:58.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:58.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:19:58.379 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:58.379 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:58.379 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:58.379 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:58.379 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:58.379 INFO [main][AbstractShell] Close shell Testing shell 07:19:58.379 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:58.386 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:58.386 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:58.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:58.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:58.386 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:58.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:58.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:58.392 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:58.392 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:58.392 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:58.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:58.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:58.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:58.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:58.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:58.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:58.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:58.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:58.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:58.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:58.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:58.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:58.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:58.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:58.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:58.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 2") 07:19:58.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:58.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:58.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:58.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:58.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:19:58.732 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 07:19:58.732 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:58.732 TRACE [main][WidgetHandler] Wait for synchronization 07:19:58.733 TRACE [main][WidgetHandler] Notify Table with event 3 07:19:58.733 TRACE [main][WidgetHandler] Wait for synchronization 07:19:58.733 TRACE [main][WidgetHandler] Notify Table with event 4 07:19:58.733 TRACE [main][WidgetHandler] Wait for synchronization 07:19:58.734 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:58.734 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:58.734 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:58.734 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:58.734 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:58.734 INFO [main][AbstractShell] Close shell Testing shell 07:19:58.735 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:58.741 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:58.741 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:58.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:58.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:58.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:58.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:58.753 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:58.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:58.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:58.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:58.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:58.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:58.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:58.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 1 and no matchers specified 07:19:58.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:59.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:59.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:59.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:59.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:59.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 07:19:59.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:59.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:59.086 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:59.086 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:59.086 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:59.086 INFO [main][AbstractShell] Close shell Testing shell 07:19:59.086 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:59.092 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:59.092 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:59.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:59.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:59.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:59.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:59.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:59.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:59.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:59.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:59.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:59.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:59.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:59.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:59.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:59.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:59.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:59.449 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:59.449 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:59.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:59.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:59.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:59.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:59.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:59.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and no matchers specified 07:19:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:59.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:59.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:59.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:19:59.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:59.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:59.453 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:59.454 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:59.454 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:59.454 INFO [main][AbstractShell] Close shell Testing shell 07:19:59.454 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:59.461 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:59.461 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:59.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:59.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:59.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:59.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:59.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:59.466 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:59.466 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:59.466 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:59.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:59.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:59.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:59.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:59.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:19:59.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:59.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:59.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:59.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:59.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:59.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:59.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:59.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:59.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:59.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:19:59.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 1 and no matchers specified 07:19:59.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:59.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:59.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:19:59.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:59.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 07:19:59.811 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:59.811 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:59.811 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:59.811 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:59.811 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:59.811 INFO [main][AbstractShell] Close shell Testing shell 07:19:59.811 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:59.818 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:59.818 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:59.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:59.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:59.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:59.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:59.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:59.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:59.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:59.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:19:59.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:19:59.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:59.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:59.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 07:20:00.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 07:20:00.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 07:20:00.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 07:20:00.166 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 07:20:00.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 07:20:00.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 07:20:00.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 07:20:00.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 07:20:00.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:00.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:00.168 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:00.168 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:00.168 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:00.168 INFO [main][AbstractShell] Close shell Testing shell 07:20:00.168 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:00.175 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:00.175 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:00.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:20:00.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.180 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:20:00.180 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.180 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:20:00.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:20:00.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:00.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:00.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 6 and no matchers specified 07:20:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:20:00.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 07:20:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 07:20:00.522 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 07:20:00.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 6 and no matchers specified 07:20:00.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:20:00.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 07:20:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 07:20:00.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:00.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:00.524 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:00.524 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:00.524 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:00.524 INFO [main][AbstractShell] Close shell Testing shell 07:20:00.524 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:00.531 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:00.531 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:00.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:20:00.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:20:00.543 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:20:00.543 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.536 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.351 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.345 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.342 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.341 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.361 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.345 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.368 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.363 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.35 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.363 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.549 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.549 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:00.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.549 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:00.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.550 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:00.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 07:20:00.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:00.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:00.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 07:20:00.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 07:20:00.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:00.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:00.590 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:00.591 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:00.591 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:00.591 INFO [main][AbstractShell] Close shell Testing shell 07:20:00.591 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:00.597 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:00.598 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:00.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.608 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified ( with key 'comboTestKey' and value '3') 07:20:00.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 07:20:00.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 07:20:00.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 07:20:00.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 07:20:00.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.639 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 07:20:00.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:00.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:00.641 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:00.641 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:00.642 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:00.642 INFO [main][AbstractShell] Close shell Testing shell 07:20:00.642 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:00.648 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:00.648 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:00.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 07:20:00.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 07:20:00.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 07:20:00.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 07:20:00.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:00.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 07:20:00.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 07:20:00.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 2 and no matchers specified 07:20:00.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:00.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 07:20:00.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 07:20:00.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 3 and no matchers specified 07:20:00.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:00.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 07:20:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 07:20:00.709 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:00.709 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:00.709 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:00.710 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:00.710 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:00.710 INFO [main][AbstractShell] Close shell Testing shell 07:20:00.710 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:00.717 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:00.717 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:00.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 07:20:00.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.759 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 07:20:00.760 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:00.760 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:00.760 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:00.760 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:00.760 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:00.760 INFO [main][AbstractShell] Close shell Testing shell 07:20:00.760 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:00.767 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:00.767 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:00.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.778 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.778 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.779 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 07:20:00.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:00.827 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 07:20:00.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:00.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:00.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:00.828 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:00.828 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:00.828 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:00.828 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:00.829 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:00.829 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:00.829 INFO [main][AbstractShell] Close shell Testing shell 07:20:00.829 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:00.835 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:00.835 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:00.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 07:20:00.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:00.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:00.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:00.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 07:20:00.872 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 07:20:00.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:00.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:00.878 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:00.878 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:00.879 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:00.879 INFO [main][AbstractShell] Close shell Testing shell 07:20:00.879 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:00.885 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:00.885 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:00.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:00.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:00.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.890 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:00.890 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:00.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:00.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:00.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:00.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:00.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 5 and no matchers specified 07:20:00.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:00.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:00.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:00.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:00.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:01.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:01.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:01.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:01.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:01.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:01.927 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 07:20:01.928 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:01.928 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:01.928 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:01.928 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:01.928 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:01.928 INFO [main][AbstractShell] Close shell Testing shell 07:20:01.928 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:01.934 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:01.934 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:01.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:01.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:01.934 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:01.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:01.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:01.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:01.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:01.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:01.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:01.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:01.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:01.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:01.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 07:20:01.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:01.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:01.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:01.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:01.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:02.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:02.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:02.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:02.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:02.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:02.979 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 07:20:02.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:02.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:02.979 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:02.979 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:02.979 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:02.979 INFO [main][AbstractShell] Close shell Testing shell 07:20:02.979 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:02.987 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:02.987 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:02.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:02.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:02.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:02.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:02.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:02.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:02.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:02.993 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:02.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:02.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:02.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:02.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:03.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 07:20:03.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:20:03.040 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 07:20:03.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:03.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:03.043 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:03.043 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:03.043 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:03.043 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:03.044 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:03.044 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:03.044 INFO [main][AbstractShell] Close shell Testing shell 07:20:03.044 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:03.052 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:03.052 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:03.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:03.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:03.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:20:03.067 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:20:03.067 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:03.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.519 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.058 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.053 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.068 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.049 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.061 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.05 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.049 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.053 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.073 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.073 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.074 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:03.074 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:03.074 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.074 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:03.074 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:03.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:03.075 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:03.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:03.075 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:03.075 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:03.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:03.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:03.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 2 and no matchers specified 07:20:03.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:03.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:03.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 07:20:03.110 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 07:20:03.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:03.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:03.114 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:03.115 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:03.115 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:03.115 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:03.115 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:03.115 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:03.115 INFO [main][AbstractShell] Close shell Testing shell 07:20:03.115 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:03.120 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:03.120 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:03.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:03.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:03.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.133 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:03.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:03.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:03.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:03.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 07:20:03.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 07:20:03.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:03.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:03.171 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:03.171 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:03.171 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:03.171 INFO [main][AbstractShell] Close shell Testing shell 07:20:03.171 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:03.176 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:03.176 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:03.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:03.176 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:03.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.187 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:03.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:03.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:03.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:03.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and no matchers specified 07:20:03.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 07:20:03.214 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 07:20:03.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 07:20:03.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 07:20:03.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:03.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:03.216 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:03.216 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:03.216 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:03.216 INFO [main][AbstractShell] Close shell Testing shell 07:20:03.216 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:03.221 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:03.221 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:03.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:03.221 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:03.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.227 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.227 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:03.227 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:03.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:03.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:03.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 0") 07:20:03.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 07:20:03.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 07:20:03.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 07:20:03.260 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 07:20:03.261 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 07:20:03.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:03.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:03.262 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:03.262 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:03.262 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:03.262 INFO [main][AbstractShell] Close shell Testing shell 07:20:03.262 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:03.266 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:03.266 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:03.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:03.267 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:03.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:03.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:03.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:03.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 07:20:03.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:03.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:03.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 07:20:03.306 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:03.306 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:03.306 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:03.306 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:03.306 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:03.306 INFO [main][AbstractShell] Close shell Testing shell 07:20:03.306 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:03.310 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:03.310 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:03.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:03.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:03.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:03.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:03.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:03.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:03.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:03.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 5 and no matchers specified 07:20:03.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:03.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:03.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:03.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:03.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:03.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:03.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:03.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:03.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:03.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:04.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:04.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:04.350 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 07:20:04.350 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:04.350 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:04.350 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:04.350 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:04.351 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:04.351 INFO [main][AbstractShell] Close shell Testing shell 07:20:04.351 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:04.356 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:04.356 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:04.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:04.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:04.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:04.361 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:04.361 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:04.361 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:04.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:04.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:04.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:04.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:04.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 07:20:04.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:04.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:04.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:04.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:04.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:04.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:04.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:04.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:04.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:05.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:05.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:05.397 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 07:20:05.397 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.397 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.397 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.397 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.397 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.397 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.397 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.402 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.402 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:05.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.408 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:05.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.408 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:05.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:05.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 07:20:05.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 07:20:05.439 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 07:20:05.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:05.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:05.440 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:05.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.440 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.440 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.441 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.441 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.441 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.445 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.445 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:05.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:20:05.451 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:20:05.451 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.058 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.054 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.04 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.051 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.038 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.044 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.047 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.043 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.456 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.456 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:05.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.457 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.457 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.457 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:05.459 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.459 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:05.459 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:20:05.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:20:05.478 TRACE [main][WidgetHandler] Notify List with event 13 07:20:05.478 TRACE [main][WidgetHandler] Wait for synchronization 07:20:05.478 TRACE [main][WidgetHandler] Notify List with event 13 07:20:05.478 TRACE [main][WidgetHandler] Wait for synchronization 07:20:05.478 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.478 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.478 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.479 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.479 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.479 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.479 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.481 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.481 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.492 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.492 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.492 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:20:05.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:20:05.509 TRACE [main][WidgetHandler] Notify List with event 13 07:20:05.509 TRACE [main][WidgetHandler] Wait for synchronization 07:20:05.509 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.509 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.509 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.509 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.509 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.509 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.509 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.512 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.512 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.517 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.517 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:20:05.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:20:05.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.542 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.542 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.542 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.542 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.542 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.545 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.545 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:20:05.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:20:05.567 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 07:20:05.568 TRACE [main][WidgetHandler] Notify List with event 13 07:20:05.568 TRACE [main][WidgetHandler] Wait for synchronization 07:20:05.573 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.574 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.574 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.574 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.574 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.574 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.577 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.577 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.583 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:20:05.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:20:05.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'list001') 07:20:05.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 07:20:05.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:20:05.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.601 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.602 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.602 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.602 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.602 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.605 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.605 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:20:05.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:20:05.633 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 07:20:05.633 TRACE [main][WidgetHandler] Notify List with event 13 07:20:05.633 TRACE [main][WidgetHandler] Wait for synchronization 07:20:05.634 TRACE [main][WidgetHandler] Notify List with event 13 07:20:05.634 TRACE [main][WidgetHandler] Wait for synchronization 07:20:05.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.634 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.635 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.635 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.635 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.635 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.637 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.637 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:20:05.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:20:05.667 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 07:20:05.667 TRACE [main][WidgetHandler] Notify List with event 13 07:20:05.667 TRACE [main][WidgetHandler] Wait for synchronization 07:20:05.667 TRACE [main][WidgetHandler] Notify List with event 13 07:20:05.667 TRACE [main][WidgetHandler] Wait for synchronization 07:20:05.668 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.668 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.668 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.668 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.668 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.668 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.668 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.671 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.671 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.679 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:20:05.679 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:20:05.679 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.025 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.032 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:05.684 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:05.685 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:05.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.685 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:05.685 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.685 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:05.685 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.685 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:05.685 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:05.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:05.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 2 and no matchers specified 07:20:05.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:05.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:05.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 07:20:05.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 07:20:05.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:05.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:05.713 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:05.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 07:20:05.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:05.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:05.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 07:20:05.716 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:05.716 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:05.716 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:05.717 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:05.717 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:05.717 INFO [main][AbstractShell] Close shell Testing shell 07:20:05.717 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:05.721 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:05.721 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:05.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:05.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:05.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:05.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.726 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:05.726 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:05.726 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:05.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:05.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:05.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:05.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:05.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 07:20:05.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:05.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 07:20:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:05.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 07:20:05.751 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 07:20:05.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 07:20:05.752 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:20:05.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 07:20:05.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:05.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:05.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:05.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:05.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:05.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:05.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:05.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:20:06.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:06.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:20:06.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:06.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:20:06.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:06.755 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 07:20:06.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:06.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:06.755 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:06.755 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:06.755 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:06.755 INFO [main][AbstractShell] Close shell Testing shell 07:20:06.755 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:06.760 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:06.760 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:06.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:06.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:06.760 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:06.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:06.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:06.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:06.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:06.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:06.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:06.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:06.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 5 and no matchers specified 07:20:06.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:06.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:06.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:06.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:06.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:07.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:07.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:07.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:07.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:07.799 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 07:20:07.799 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:07.799 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:07.799 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:07.799 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:07.799 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:07.799 INFO [main][AbstractShell] Close shell Testing shell 07:20:07.799 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:07.803 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:07.803 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:07.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:07.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:07.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:07.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:07.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:07.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:07.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:07.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:07.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:07.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:07.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 07:20:07.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:07.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:07.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:07.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:07.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:08.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:08.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:08.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:08.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:08.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:08.840 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 07:20:08.840 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:08.840 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:08.840 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:08.840 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:08.840 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:08.840 INFO [main][AbstractShell] Close shell Testing shell 07:20:08.840 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:08.845 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:08.845 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:08.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:08.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:08.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:08.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:08.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:08.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:08.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:08.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:08.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:08.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:08.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 07:20:08.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:08.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:08.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:08.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:08.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:08.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:08.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:08.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:20:08.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 07:20:08.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:08.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:08.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:08.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:08.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:08.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:08.881 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:08.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 07:20:08.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:08.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:08.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:08.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:08.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 07:20:08.882 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:08.882 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:08.882 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:08.883 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:08.883 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:08.883 INFO [main][AbstractShell] Close shell Testing shell 07:20:08.883 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:08.888 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:08.888 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:08.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:08.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:08.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:08.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.893 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:20:08.893 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:20:08.893 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:08.893 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:08.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.209 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.04 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.047 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.036 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.047 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.swt.test.DummyTest 07:20:08.898 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 07:20:08.898 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:08.898 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:08.898 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 07:20:08.898 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:08.898 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:08.904 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:08.904 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:08.904 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:08.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:08.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 07:20:08.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 07:20:08.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:08.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:08.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:08.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 07:20:08.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:08.905 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 07:20:08.905 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 07:20:08.905 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:08.905 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.reddeer.swt.test.DummyTest dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.915 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.916 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:08.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:08.916 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.916 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:08.916 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:08.916 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:08.916 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:08.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:08.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:08.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:08.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:08.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:08.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:08.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:08.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 2 and no matchers specified 07:20:08.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:08.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:08.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:08.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:08.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 07:20:08.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:08.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:08.933 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:08.933 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:08.933 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:08.933 INFO [main][AbstractShell] Close shell Testing shell 07:20:08.933 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:08.936 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:08.936 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:08.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:08.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:08.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:08.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:08.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:08.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2') 07:20:08.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:08.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:08.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:08.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:08.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:08.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:08.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:08.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:08.958 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:08.958 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:08.958 INFO [main][AbstractShell] Close shell Testing shell 07:20:08.958 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:08.961 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:08.961 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:08.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:08.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:08.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:08.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:08.971 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:08.971 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:08.971 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:08.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:08.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:08.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:08.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:08.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:08.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:08.986 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:08.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem with mnemonic") 07:20:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:08.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:08.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:08.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:08.993 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:08.993 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:08.993 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:08.993 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:08.993 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:08.993 INFO [main][AbstractShell] Close shell Testing shell 07:20:08.993 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:08.995 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:08.995 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:08.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:08.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:08.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:08.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:10.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 07:20:10.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 07:20:11.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 07:20:11.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:11.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:11.500 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:11.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:11.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:11.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:11.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:11.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:11.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:11.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:11.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "PUSH tooltip") 07:20:11.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:11.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:11.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:11.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:11.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:11.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:11.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:11.521 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:11.521 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:11.521 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:11.521 INFO [main][AbstractShell] Close shell Testing shell 07:20:11.521 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:11.524 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:11.524 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:11.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:11.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:11.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:11.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:11.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:11.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:11.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:11.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:11.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:11.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:11.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:11.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:11.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:11.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 07:20:11.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:11.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:11.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:11.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:11.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 07:20:11.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:11.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:11.556 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:11.556 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:11.556 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:11.556 INFO [main][AbstractShell] Close shell Testing shell 07:20:11.556 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:11.559 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:11.559 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:11.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:11.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:11.560 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:11.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:11.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:11.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:20:11.576 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:20:11.576 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:11.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:11.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:11.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.661 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.024 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.03 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.528 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.041 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:11.581 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:11.582 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:11.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:11.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:11.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:11.582 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:11.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:11.582 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:11.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:11.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:11.583 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:11.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:11.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:11.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:11.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:11.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:11.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:11.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:11.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:11.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:11.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:11.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 07:20:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:12.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:12.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:12.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:12.111 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:12.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:12.111 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:12.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:12.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:12.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:12.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:12.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:12.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:12.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:12.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 07:20:12.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:12.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:12.613 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:12.613 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:12.613 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:12.613 INFO [main][AbstractShell] Close shell Testing shell 07:20:12.613 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:12.618 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:12.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:12.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:12.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:12.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:12.623 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:12.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:12.623 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:12.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:12.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:12.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:12.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:12.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:12.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:12.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:12.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:12.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:12.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:12.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:12.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:12.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 07:20:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:12.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:13.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:13.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:13.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:13.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:13.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:13.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:13.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:13.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:13.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:13.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:13.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:13.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:13.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:13.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:13.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 07:20:13.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:13.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:13.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:13.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:13.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:13.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:13.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:13.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:13.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:13.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:13.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:13.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:13.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:13.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 07:20:13.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:13.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:13.658 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:13.659 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:13.659 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:13.659 INFO [main][AbstractShell] Close shell Testing shell 07:20:13.659 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:13.662 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:13.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:13.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:13.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:13.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:13.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:13.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:13.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:13.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:13.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:13.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:13.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:13.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:13.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 07:20:13.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:13.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 07:20:13.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:13.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 07:20:13.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:13.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:13.697 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:13.697 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:13.697 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:13.697 INFO [main][AbstractShell] Close shell Testing shell 07:20:13.697 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:13.701 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:13.701 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:13.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:13.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:13.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:13.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:13.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:13.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:13.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:13.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:13.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:13.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:13.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:13.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 07:20:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:13.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:14.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:14.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:14.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 07:20:14.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:14.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:14.790 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:14.790 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:14.790 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:14.790 INFO [main][AbstractShell] Close shell Testing shell 07:20:14.790 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:14.794 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:14.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:14.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:14.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:14.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:14.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:14.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:14.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:14.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:14.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:14.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:14.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:14.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:14.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:14.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:14.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:14.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:14.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 07:20:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:15.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:15.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 07:20:15.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:15.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:15.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:15.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:15.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:15.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:15.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 07:20:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:16.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:16.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:16.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:16.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:16.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 07:20:16.829 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:16.829 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:16.829 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:16.829 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:16.829 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:16.829 INFO [main][AbstractShell] Close shell Testing shell 07:20:16.829 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:16.834 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:16.834 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:16.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:16.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:16.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.851 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:16.851 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:16.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:16.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:16.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:16.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:16.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:16.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:16.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:16.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:16.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:16.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:16.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 07:20:17.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 07:20:17.877 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:17.877 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:17.877 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:17.877 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:17.878 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:17.878 INFO [main][AbstractShell] Close shell Testing shell 07:20:17.878 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:17.881 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:17.881 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:17.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:17.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:17.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:17.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:17.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:17.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:17.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:17.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:17.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:17.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:17.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:17.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:17.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:17.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:17.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:17.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:17.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:17.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:17.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:17.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:17.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:17.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:17.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 07:20:19.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 07:20:19.422 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:19.422 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:19.422 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:19.422 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:19.422 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:19.422 INFO [main][AbstractShell] Close shell Testing shell 07:20:19.422 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:19.427 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:19.427 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:19.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:19.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:19.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:19.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:19.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:20:19.433 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:20:19.433 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:19.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.852 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.04 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.045 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.038 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.093 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.052 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.045 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.536 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 07:20:19.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:19.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:19.463 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:19.463 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:19.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:19.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:19.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:19.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:19.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:19.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:19.496 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:19.496 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:19.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:19.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:19.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:19.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:19.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:19.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:19.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:19.536 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 07:20:19.537 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 07:20:19.537 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:19.537 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:19.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:19.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:19.570 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:19.570 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:19.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:19.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:21.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. failed, an exception will be thrown 07:20:21.139 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:21.139 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:21.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:21.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:21.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:21.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:21.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:21.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:21.173 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:21.173 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:21.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:21.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:21.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:21.206 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:21.206 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:21.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:21.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:21.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:21.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:21.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:21.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:21.241 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:21.241 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:21.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:21.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:21.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:21.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:21.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:21.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:21.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:21.274 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:21.274 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:21.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:21.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:21.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:21.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:21.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:21.307 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:21.307 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:21.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:21.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:21.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:21.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:21.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:21.344 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:21.344 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:21.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:21.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:20:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:20:21.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:20:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:21.375 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:20:21.375 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:20:21.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.048 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.027 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.068 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.533 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.051 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.016 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.034 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.051 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.017 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:21.387 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:21.387 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:21.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:21.388 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:21.388 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:21.388 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:21.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:21.396 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:21.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:21.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:21.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:21.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:21.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:21.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:21.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:21.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:21.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:21.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:21.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:21.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:21.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:21.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:21.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:21.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:21.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:21.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:21.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:21.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:21.609 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:21.609 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:21.609 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:21.609 INFO [main][AbstractShell] Close shell Testing shell 07:20:21.609 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:21.615 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:21.615 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:21.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:21.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:21.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:21.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:21.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:21.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:21.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:21.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:21.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:21.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:21.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:21.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:21.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:21.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:21.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:21.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:21.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:21.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:21.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:21.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:20:21.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:20:21.804 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:21.804 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:21.804 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:21.804 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:21.804 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:21.804 INFO [main][AbstractShell] Close shell Testing shell 07:20:21.804 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:21.811 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:21.811 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:21.811 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:21.811 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:21.811 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:21.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:21.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:21.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:21.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:21.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:21.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:21.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:21.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:21.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:21.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:21.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:21.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:21.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:21.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:21.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:21.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:21.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:20:21.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:20:22.000 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:22.001 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:22.001 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:22.001 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:22.001 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:22.001 INFO [main][AbstractShell] Close shell Testing shell 07:20:22.001 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:22.007 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:22.007 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:22.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:22.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:22.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.012 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:22.013 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:22.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:22.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:22.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:20:22.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:22.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:22.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:22.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:22.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:22.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:22.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:20:22.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:22.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:22.194 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:22.194 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:22.194 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:22.194 INFO [main][AbstractShell] Close shell Testing shell 07:20:22.194 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:22.200 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:22.200 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:22.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:22.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:22.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:22.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:22.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:22.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:22.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:22.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:22.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:22.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:22.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:22.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:22.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:22.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:22.387 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:22.387 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:22.387 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:22.387 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:22.387 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:22.387 INFO [main][AbstractShell] Close shell Testing shell 07:20:22.387 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:22.393 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:22.393 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:22.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:22.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.397 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.397 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:22.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:22.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:22.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:22.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:22.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:22.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:22.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:22.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:22.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:22.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:22.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:22.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:22.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:20:22.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:20:22.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:22.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:22.583 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:22.584 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:22.584 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:22.584 INFO [main][AbstractShell] Close shell Testing shell 07:20:22.584 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:22.589 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:22.590 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:22.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:22.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:22.595 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:22.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:22.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:22.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:22.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:22.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:22.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:22.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:22.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:22.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:22.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:22.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:22.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:22.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:22.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:22.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:22.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:22.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:22.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:22.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:22.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:22.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:20:22.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:20:22.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:20:22.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:20:22.778 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:22.778 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:22.778 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:22.778 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:22.778 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:22.778 INFO [main][AbstractShell] Close shell Testing shell 07:20:22.778 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:22.784 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:22.784 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:22.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:22.785 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.801 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:22.801 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:22.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:22.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:22.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:22.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:20:22.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:22.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:22.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:22.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:22.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:22.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:20:22.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:20:22.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:20:22.982 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:22.982 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:22.982 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:22.983 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:22.983 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:22.983 INFO [main][AbstractShell] Close shell Testing shell 07:20:22.983 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:22.989 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:22.989 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:22.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:22.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:22.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:23.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:23.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:23.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:20:23.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:20:23.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:23.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:23.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:23.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.62 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.225 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.195 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.196 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.204 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.18 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.197 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.206 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.204 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:23.010 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:23.011 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:23.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:23.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:23.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:23.011 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:23.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:23.011 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:23.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:23.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:23.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:23.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:23.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:23.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:23.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:23.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 07:20:23.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 07:20:23.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 07:20:23.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:23.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 07:20:23.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:23.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 07:20:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:23.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:23.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available. finished successfully 07:20:23.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 07:20:23.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:23.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 07:20:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:23.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:23.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 07:20:23.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 07:20:23.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:23.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 07:20:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:23.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:23.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:20:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 07:20:23.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:23.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 07:20:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:23.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:23.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:23.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:23.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:24.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:24.041 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 07:20:24.041 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 07:20:24.041 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 07:20:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:24.043 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 07:20:24.043 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 07:20:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:24.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:24.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:20:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 07:20:24.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:20:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.075 INFO [WorkbenchTestable][AbstractShell] Close shell 07:20:24.075 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:20:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:24.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.084 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 07:20:24.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 07:20:24.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 07:20:24.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.108 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 07:20:24.110 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 07:20:24.110 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 07:20:24.111 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 07:20:24.111 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 07:20:24.111 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 07:20:24.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:24.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:20:24.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 07:20:24.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:20:24.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.636 INFO [WorkbenchTestable][AbstractShell] Close shell 07:20:24.636 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:20:24.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:24.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:24.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.645 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.645 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 07:20:24.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available. finished successfully 07:20:24.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 07:20:24.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.671 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 07:20:24.671 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 07:20:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:24.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:24.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:20:24.682 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:20:24.682 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.672 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.041 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.033 s defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0 s manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.53 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.03 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:20:24.689 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:20:24.689 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:24.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.690 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:20:24.690 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.690 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:24.703 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.703 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:24.703 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.703 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 07:20:24.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:20:24.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:20:24.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 07:20:24.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 07:20:24.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:20:24.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.704 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.704 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 07:20:24.704 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:20:24.704 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 07:20:24.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:20:24.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 07:20:24.705 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:20:24.705 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.001 s maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:20:24.715 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:20:24.715 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:24.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:20:24.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.716 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:24.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.716 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:24.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.716 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 07:20:24.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:20:24.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:24.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:20:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:20:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:24.753 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:24.753 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:24.753 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:24.753 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:24.754 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:24.754 INFO [main][AbstractShell] Close shell Testing shell 07:20:24.754 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:24.756 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:24.756 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:24.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:20:24.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 07:20:24.761 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:20:24.761 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:20:24.766 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:20:24.766 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:24.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:20:24.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.766 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:24.767 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.767 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:24.767 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 07:20:24.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:20:24.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:24.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:20:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:20:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:24.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 07:20:24.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:24.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:24.790 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:24.790 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:24.790 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:24.790 INFO [main][AbstractShell] Close shell Testing shell 07:20:24.790 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:24.793 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:24.793 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:24.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:20:24.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 07:20:24.797 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:20:24.797 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.802 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.802 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:24.802 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.802 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.802 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.802 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:24.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.803 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:24.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:20:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.816 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:20:24.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:20:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:20:24.820 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:20:24.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:20:24.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:20:24.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:20:24.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:20:24.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:20:24.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.835 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:20:24.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:20:24.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:20:24.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:20:24.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:20:24.842 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:20:24.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:20:24.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:20:24.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:20:24.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:20:24.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:20:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.843 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 07:20:24.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 07:20:24.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:24.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:20:24.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:20:24.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.856 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:20:24.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:20:24.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:20:24.861 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:20:24.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:20:24.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:20:24.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:20:24.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:20:24.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:20:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.862 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 07:20:24.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 07:20:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:24.862 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 07:20:24.862 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:20:24.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:24.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.872 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:20:24.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.872 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:20:24.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.874 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:20:24.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:20:24.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:20:24.878 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:20:24.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:20:24.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:20:24.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:20:24.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:20:24.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:20:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.888 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 07:20:24.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT View.*') 07:20:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:24.888 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 07:20:24.888 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:20:24.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:24.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:20:24.889 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:20:24.889 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.032 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.01 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.027 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.017 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:24.893 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:24.894 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:24.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:24.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.894 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:24.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.894 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:24.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.895 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:24.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:24.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem") 07:20:24.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:24.919 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 07:20:24.919 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:20:24.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:24.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:24.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:24.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:24.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:24.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT Workbench.*') 07:20:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:24.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:24.923 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 07:20:24.923 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:20:24.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:24.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:24.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.923 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:24.923 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.923 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:24.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:24.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:24.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:24.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:24.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:24.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:24.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:24.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:24.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:24.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:24.930 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'File' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:20:24.931 DEBUG [main][MenuItemLookup] Item match:Window 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:24.931 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:20:24.931 DEBUG [main][MenuItemLookup] Item match:Preferences 07:20:24.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:20:24.931 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:20:24.931 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:20:25.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:20:25.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:20:25.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:20:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.052 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:20:25.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:25.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:25.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:20:25.053 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:20:25.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:20:25.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:20:25.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:20:25.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:20:25.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 07:20:25.055 DEBUG [main][TreeItemHandler] Selecting tree item: Java 07:20:25.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 07:20:25.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 07:20:25.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and no matchers specified 07:20:25.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:20:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 07:20:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:25.103 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 07:20:25.103 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:20:25.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:25.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:20:25.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:20:25.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:20:25.107 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:20:25.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:20:25.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:20:25.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:20:25.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:25.109 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:20:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:25.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:25.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:25.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:25.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:25.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:25.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:25.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.133 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:25.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:25.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:25.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:25.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:25.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:25.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:25.133 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.134 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.134 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:25.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:25.134 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:20:25.134 DEBUG [main][MenuItemLookup] Found menu:'File' 07:20:25.134 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:20:25.134 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:20:25.134 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:20:25.134 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:20:25.134 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:20:25.134 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:20:25.134 DEBUG [main][MenuItemLookup] Item match:Window 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.135 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:20:25.135 DEBUG [main][MenuItemLookup] Item match:Preferences 07:20:25.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:20:25.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:20:25.135 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:20:25.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:20:25.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:20:25.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:20:25.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.225 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:20:25.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:25.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:20:25.236 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:20:25.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:20:25.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:20:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 07:20:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:20:25.238 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:20:25.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:20:25.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:20:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:20:25.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:25.240 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:20:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:25.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:25.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:25.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:25.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:25.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:25.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:25.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:25.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:25.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:25.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:25.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:25.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:25.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:25.269 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:20:25.269 DEBUG [main][MenuItemLookup] Found menu:'File' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:20:25.270 DEBUG [main][MenuItemLookup] Item match:Window 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.270 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:20:25.270 DEBUG [main][MenuItemLookup] Item match:Preferences 07:20:25.270 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:20:25.270 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:20:25.270 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:20:25.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:20:25.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:20:25.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:20:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.365 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:20:25.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:25.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:25.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:20:25.366 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:20:25.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:20:25.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:20:25.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.367 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 07:20:25.367 DEBUG [main][TreeItemHandler] Selecting tree item: Java 07:20:25.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 07:20:25.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 07:20:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression '.*ack.*') 07:20:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:20:25.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.425 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:20:25.425 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:20:25.425 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:20:25.425 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:20:25.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:20:25.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:25.429 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:20:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:25.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:25.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:25.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:25.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:25.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:25.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:25.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:25.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:25.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:25.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:25.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:25.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:25.464 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.464 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.464 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:20:25.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:25.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:25.464 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'File' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:20:25.465 DEBUG [main][MenuItemLookup] Item match:Window 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:25.465 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:20:25.465 DEBUG [main][MenuItemLookup] Item match:Preferences 07:20:25.465 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:20:25.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:20:25.465 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:20:25.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:20:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:20:25.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:20:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.541 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:20:25.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:25.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:25.542 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:20:25.542 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:20:25.542 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:20:25.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:20:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:20:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolBar with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:20:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 07:20:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:25.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:25.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:20:25.545 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:20:25.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:20:25.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:20:25.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:20:25.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:20:25.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:25.547 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:20:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:25.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:25.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:25.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:25.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:25.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:20:25.565 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:20:25.565 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:25.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.024 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.004 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.21 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.126 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.205 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.101 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:25.570 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:25.570 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:25.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:25.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:25.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:25.571 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:25.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:25.571 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:25.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:25.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:25.571 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:25.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:25.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:25.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:25.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:25.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:25.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:25.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:25.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:20:25.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:25.593 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:25.594 INFO [WorkbenchTestable][Keyboard] Type text "test123" 07:20:25.594 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:25.594 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:26.195 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:26.195 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:20:26.796 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:26.797 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:20:27.398 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:27.398 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:27.998 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:27.998 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 07:20:28.599 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:28.599 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 07:20:29.200 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:29.200 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 07:20:29.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:29.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:29.802 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:29.803 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.803 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.803 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:20:29.803 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:20:29.806 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.806 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:29.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.806 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:29.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:29.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:29.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:29.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:29.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:29.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:20:29.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:29.831 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:29.832 INFO [WorkbenchTestable][Keyboard] Type text "test" 07:20:29.832 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:29.832 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:30.433 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:30.433 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:20:31.034 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:31.034 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:20:31.635 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:31.635 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:32.236 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 07:20:32.236 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 07:20:32.437 INFO [WorkbenchTestable][Keyboard] Move cursor 07:20:32.637 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:32.637 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:32.838 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:33.240 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:33.240 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:33.440 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:33.641 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 07:20:33.841 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 07:20:33.841 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 07:20:34.042 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 07:20:34.042 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 07:20:34.242 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 07:20:34.443 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 07:20:34.644 INFO [WorkbenchTestable][Keyboard] Move cursor 07:20:34.844 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:34.844 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:35.044 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:35.445 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:35.445 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:35.646 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:36.047 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:36.047 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:36.247 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:36.648 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:36.649 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:36.849 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:37.250 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:37.250 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:37.450 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:37.651 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 07:20:37.651 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 07:20:37.851 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 07:20:37.852 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 07:20:38.052 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 07:20:38.253 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 07:20:38.455 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:38.455 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:38.455 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:38.455 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:38.455 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:38.455 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:20:38.455 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:20:38.461 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:38.461 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:38.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:38.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:38.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:38.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.466 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:38.466 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:38.466 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:38.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:38.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:38.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:38.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:38.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:38.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:38.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:38.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:20:38.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:38.495 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:38.496 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 07:20:38.496 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:38.496 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 07:20:38.696 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 07:20:39.698 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:39.698 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 07:20:39.898 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 07:20:40.899 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:40.899 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 07:20:41.100 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:42.101 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:42.101 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:20:42.702 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:42.702 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:20:43.303 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:43.303 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:43.904 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:43.904 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 07:20:44.104 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 07:20:45.106 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:45.106 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:45.106 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:45.107 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:45.107 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:45.107 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:20:45.107 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:20:45.111 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:45.111 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:45.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:45.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:45.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:45.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:45.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:45.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:45.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:45.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:45.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:45.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:45.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:45.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:45.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:45.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:45.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:45.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:45.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:20:45.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:45.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:45.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:45.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:45.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:45.138 INFO [WorkbenchTestable][Keyboard] Type text "test" 07:20:45.139 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:45.139 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:45.740 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:45.740 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:20:46.341 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:46.341 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:20:46.942 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:46.942 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:47.543 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 07:20:47.543 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 07:20:47.743 INFO [WorkbenchTestable][Keyboard] Move cursor 07:20:47.943 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:47.943 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:48.144 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:48.546 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:48.546 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:48.746 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:48.961 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 07:20:49.176 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 07:20:49.176 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 07:20:49.376 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 07:20:49.578 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:49.578 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:49.578 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:49.578 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:49.578 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:49.578 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:20:49.579 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:20:49.582 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:49.582 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:49.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:49.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:49.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:49.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:49.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:49.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:49.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:49.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:49.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:49.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:49.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:49.598 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:49.598 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:20:49.799 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 07:20:50.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 07:20:50.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 07:20:50.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 07:20:50.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:50.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:50.811 INFO [WorkbenchTestable][AbstractShell] Close shell Search 07:20:50.811 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 07:20:50.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:20:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:20:50.832 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:50.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:50.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:50.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:50.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:50.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:50.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:50.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:50.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:50.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:50.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:50.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:50.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:50.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:50.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:50.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:50.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:20:50.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:50.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:50.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:50.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:50.864 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:50.865 INFO [WorkbenchTestable][Keyboard] Type text "test" 07:20:50.865 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:50.865 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:51.467 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:51.467 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:20:52.068 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:52.068 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:20:52.669 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:20:52.670 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:20:53.270 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 07:20:53.270 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 07:20:53.471 INFO [WorkbenchTestable][Keyboard] Move cursor 07:20:53.671 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:53.671 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:53.872 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:54.273 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:54.273 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:54.474 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:54.675 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 07:20:54.875 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 07:20:54.875 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 07:20:55.076 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 07:20:55.076 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 07:20:55.276 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 07:20:55.477 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 07:20:55.678 INFO [WorkbenchTestable][Keyboard] Move cursor 07:20:55.878 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:55.878 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:56.078 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:56.480 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:56.480 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:56.680 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:57.081 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:57.082 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:57.282 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:57.683 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:57.683 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:57.884 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:58.285 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:20:58.285 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:20:58.485 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:20:58.686 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 07:20:58.686 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 07:20:58.887 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 07:20:58.887 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 07:20:59.087 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 07:20:59.288 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 07:20:59.489 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:20:59.489 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:20:59.489 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:20:59.490 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:59.490 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:59.490 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:20:59.490 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:20:59.494 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:59.494 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:59.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:59.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:59.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:59.511 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:20:59.511 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:20:59.511 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:59.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.942 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.24 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.655 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.65 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.482 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.235 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.678 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 07:20:59.516 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:20:59.517 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:59.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:59.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:20:59.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:59.517 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:59.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:59.517 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:59.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:59.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:59.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 07:20:59.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:20:59.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:59.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:59.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:59.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:59.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 07:20:59.526 TRACE [WorkbenchTestable][WidgetLookup] 141 widget(s) found 07:20:59.526 INFO [WorkbenchTestable][WidgetResolverTest] Testing 141 widgets for matching children to parent. 07:20:59.529 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@632e4d5d] 07:20:59.529 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@2718f622] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@632e4d5d] 07:20:59.529 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@632e4d5d] 07:20:59.529 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@632e4d5d] 07:20:59.530 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@50594c5a] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@632e4d5d] 07:20:59.530 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@30100995] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.530 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@30100995] 07:20:59.531 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}] 07:20:59.531 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@70225ba5] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.531 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5426c89f] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@70225ba5] 07:20:59.531 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@70225ba5] 07:20:59.531 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@70225ba5] 07:20:59.532 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@70225ba5] 07:20:59.532 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5426c89f] 07:20:59.532 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5426c89f] 07:20:59.533 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5426c89f] 07:20:59.533 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5426c89f] 07:20:59.533 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5426c89f] 07:20:59.533 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.534 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.534 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:20:59.534 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:20:59.537 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.537 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.537 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.538 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.538 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 07:20:59.538 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.539 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 07:20:59.539 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 07:20:59.539 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] 07:20:59.540 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.540 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.540 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.540 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.541 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.541 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.541 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.541 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.542 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 07:20:59.542 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.542 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@33e0d356] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.542 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@33e0d356] 07:20:59.543 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@33e0d356] 07:20:59.543 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@33e0d356] 07:20:59.543 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@33e0d356] 07:20:59.543 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.543 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.544 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.544 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.544 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open a file or drop files here to open them.} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.545 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Find Actions} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.545 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+3} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.545 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Show Key Assist} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.545 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+L} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.546 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {New} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.546 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+N} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.546 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open Type} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.546 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+T} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:20:59.547 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:20:59.547 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:20:59.547 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:20:59.547 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:20:59.547 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:20:59.547 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:20:59.548 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:20:59.548 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.548 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.548 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.548 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 07:20:59.549 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@d6db63e] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.549 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL marginWidth=5 marginHeight=5}] matches to its parent widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@d6db63e] 07:20:59.549 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL marginWidth=5 marginHeight=5}] 07:20:59.549 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 07:20:59.550 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.550 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.550 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.550 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.550 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.550 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.551 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.551 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.551 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.551 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.551 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.551 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.552 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:20:59.552 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.552 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.552 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:20:59.552 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:20:59.553 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.command.testCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.553 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.553 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:20:59.553 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 07:20:59.554 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 07:20:59.554 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 07:20:59.554 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 07:20:59.554 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 07:20:59.554 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@47e0aeb5] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@2718f622] 07:20:59.555 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@2718f622] 07:20:59.555 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@47e0aeb5] 07:20:59.555 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@47e0aeb5] 07:20:59.555 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@47e0aeb5] 07:20:59.555 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.556 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 07:20:59.556 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 07:20:59.556 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 07:20:59.556 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.556 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.557 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.557 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 07:20:59.557 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 07:20:59.557 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.557 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.557 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.558 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.558 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.558 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.558 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.558 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.558 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.559 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=3 marginHeight=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.559 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.559 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:20:59.559 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.559 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.559 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.560 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.560 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.560 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.DebugDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.560 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.RunDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.561 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.561 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.561 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.561 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.561 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.562 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.562 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.562 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.562 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.562 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.563 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.563 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.563 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.563 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.564 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.564 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.564 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.564 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.564 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.564 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:20:59.565 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=3 marginHeight=3 horizontalSpacing=5 verticalSpacing=5}] 07:20:59.565 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] 07:20:59.565 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.566 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget ImageBasedFrame {} [layout=null] 07:20:59.566 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] 07:20:59.566 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.566 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:20:59.567 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@29d3d0fb (tags: [persp.actionSet:org.eclipse.ui.actionSet.keyBindings, persp.actionSet:org.eclipse.ui.actionSet.openFiles, persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo, persp.actionSet:org.eclipse.search.searchActionSet, persp.actionSet:org.eclipse.ui.cheatsheets.actionSet, persp.newWizSC:org.eclipse.ui.wizards.new.folder, persp.newWizSC:org.eclipse.ui.wizards.new.file, persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer, persp.viewSC:org.eclipse.ui.views.BookmarkView, persp.viewSC:org.eclipse.ui.views.ContentOutline, persp.viewSC:org.eclipse.ui.views.PropertySheet, persp.viewSC:org.eclipse.ui.views.ProblemView, persp.viewSC:org.eclipse.ui.views.ProgressView, persp.viewSC:org.eclipse.ui.views.TaskList, persp.actionSet:org.eclipse.ui.NavigateActionSet, persp.viewSC:org.eclipse.pde.runtime.LogView, persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard, persp.showIn:org.eclipse.ui.navigator.ProjectExplorer, persp.perspSC:org.eclipse.team.ui.TeamSynchronizingPerspective, persp.showIn:org.eclipse.team.ui.GenericHistoryView, persp.editorOnboardingImageUri:platform:/plugin/org.eclipse.ui.ide.application/$nl$/icons/full/onboarding_resource_persp.png, persp.editorOnboardingText:Open a file or drop files here to open them., persp.editorOnboardingCommand:Find Actions$$$Ctrl+3, persp.editorOnboardingCommand:Show Key Assist$$$Shift+Ctrl+L, persp.editorOnboardingCommand:New$$$Ctrl+N, persp.perspSC:org.eclipse.jdt.ui.JavaPerspective, persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective], contributorURI: null) (widget: Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}], renderer: org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer@1a5b7394, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Resource, iconURI: platform:/plugin/org.eclipse.ui.ide.application/$nl$/icons/full/eview16/resource_persp.png, tooltip: null, context: PerspectiveImpl (org.eclipse.ui.resourcePerspective) Context, variables: [])} matches to its parent widget ToolBar {} [layout=null] 07:20:59.567 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@7c39193f (tags: [persp.actionSet:org.eclipse.ui.actionSet.keyBindings, persp.actionSet:org.eclipse.ui.actionSet.openFiles, persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo, persp.actionSet:org.eclipse.search.searchActionSet, persp.actionSet:org.eclipse.ui.cheatsheets.actionSet, persp.actionSet:org.eclipse.debug.ui.launchActionSet, persp.actionSet:org.eclipse.jdt.ui.JavaActionSet, persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet, persp.actionSet:org.eclipse.ui.NavigateActionSet, persp.viewSC:org.eclipse.jdt.ui.PackageExplorer, persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy, persp.viewSC:org.eclipse.jdt.ui.SourceView, persp.viewSC:org.eclipse.jdt.ui.JavadocView, persp.viewSC:org.eclipse.search.ui.views.SearchView, persp.viewSC:org.eclipse.ui.console.ConsoleView, persp.viewSC:org.eclipse.ui.views.ContentOutline, persp.viewSC:org.eclipse.ui.views.ProblemView, persp.viewSC:org.eclipse.ui.views.TaskList, persp.viewSC:org.eclipse.ui.views.ProgressView, persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer, persp.viewSC:org.eclipse.ui.texteditor.TemplatesView, persp.viewSC:org.eclipse.pde.runtime.LogView, persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewRecordCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard, persp.newWizSC:org.eclipse.ui.wizards.new.folder, persp.newWizSC:org.eclipse.ui.wizards.new.file, persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard, persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective, persp.perspSC:org.eclipse.debug.ui.DebugPerspective, persp.editorOnboardingImageUri:platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/onboarding_jperspective.png, persp.editorOnboardingText:Open a file or drop files here to open them., persp.showIn:org.eclipse.jdt.ui.PackageExplorer, persp.showIn:org.eclipse.team.ui.GenericHistoryView, persp.showIn:org.eclipse.ui.navigator.ProjectExplorer, persp.editorOnboardingCommand:Find Actions$$$Ctrl+3, persp.editorOnboardingCommand:Show Key Assist$$$Shift+Ctrl+L, persp.editorOnboardingCommand:New$$$Ctrl+N, persp.editorOnboardingCommand:Open Type$$$Shift+Ctrl+T, persp.actionSet:org.eclipse.debug.ui.breakpointActionSet, persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet, persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard, persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet], contributorURI: null) (widget: Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}], renderer: org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer@1a5b7394, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Java, iconURI: platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/eview16/jperspective.png, tooltip: null, context: PerspectiveImpl (org.eclipse.jdt.ui.JavaPerspective) Context, variables: [])} matches to its parent widget ToolBar {} [layout=null] 07:20:59.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:20:59.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:59.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:59.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:59.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:59.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 07:20:59.568 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:20:59.568 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:59.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:59.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:59.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.swt.test.EditorBarTest 07:20:59.573 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 07:20:59.574 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:59.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:59.574 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 07:20:59.574 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:59.574 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:59.574 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:59.574 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:59.574 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:59.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:59.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 07:20:59.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 07:20:59.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:59.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:59.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:59.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:20:59.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:59.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:59.575 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:20:59.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:59.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:59.575 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:20:59.575 DEBUG [main][MenuItemLookup] Found menu:'File' 07:20:59.575 DEBUG [main][MenuItemLookup] Item match:File 07:20:59.576 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:20:59.576 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Package' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Class' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Interface' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Enum' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Record' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'File' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'' 07:20:59.579 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:20:59.579 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:20:59.580 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:20:59.580 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:20:59.580 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:20:59.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 07:20:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 07:20:59.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:20:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:20:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:20:59.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:59.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:59.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 07:20:59.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:59.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:59.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:59.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:59.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:59.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:59.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:20:59.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:20:59.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:21:00.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:21:00.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:21:00.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:21:00.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:21:00.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 07:21:00.167 DEBUG [main][TreeItemHandler] Selecting tree item: Project 07:21:00.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 07:21:00.170 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 07:21:00.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 07:21:00.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:00.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 07:21:00.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:00.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:00.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:00.171 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:21:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:00.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:00.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:00.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 07:21:00.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 07:21:00.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 07:21:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:00.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 07:21:00.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:00.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 07:21:00.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:00.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:00.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:00.209 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:00.209 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 07:21:00.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 07:21:00.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:00.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:00.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:00.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 07:21:00.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:00.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:00.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:00.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:00.213 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:21:00.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:00.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:00.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:00.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:00.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:21:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:21:00.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:21:00.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:21:00.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:21:00.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:21:00.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:21:00.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:21:00.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:00.726 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 07:21:00.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:00.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:00.726 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:21:00.726 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:21:00.727 DEBUG [main][MenuItemLookup] Item match:Window 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:00.727 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:21:00.727 DEBUG [main][MenuItemLookup] Item match:Show View 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:00.731 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:21:00.731 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:21:00.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:21:00.731 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:21:00.731 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:21:00.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:21:00.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:21:00.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:21:00.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:00.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:00.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:00.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:00.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:00.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:00.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:00.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:00.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:00.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:00.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:21:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:21:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:21:00.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:21:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:21:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:21:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:21:00.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:21:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:21:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:21:00.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 07:21:00.787 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 07:21:00.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 07:21:00.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 07:21:00.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:00.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:00.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:00.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:21:00.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:00.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:00.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:00.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:00.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:00.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:00.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:00.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:00.789 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:21:00.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:00.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:00.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:00.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:21:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:21:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 07:21:00.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 07:21:00.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:00.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:00.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:00.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:00.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:21:00.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:00.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:00.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:00.835 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:00.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:00.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:00.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:00.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:00.837 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:00.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:00.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:00.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:00.838 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:00.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:00.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:00.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:00.840 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:00.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:00.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:00.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:00.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:00.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:01.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:01.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:01.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:01.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:01.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:21:01.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:01.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:01.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:01.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:01.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:21:01.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:01.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:01.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:01.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:01.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:01.845 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 07:21:01.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:01.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:01.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:01.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:01.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:21:01.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:01.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:01.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:01.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:01.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:01.853 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:21:01.853 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:21:01.853 DEBUG [main][TreeItemHandler] Set Tree selection 07:21:01.853 DEBUG [main][TreeHandler] Notify Tree about selection event 07:21:01.865 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:21:01.881 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 07:21:01.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:01.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:21:01.882 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:01.882 DEBUG [main][MenuItemLookup] Item match:File 07:21:01.883 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:21:01.883 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Package' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Class' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Interface' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Enum' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Record' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:21:01.885 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:01.885 DEBUG [main][MenuItemLookup] Item match:File 07:21:01.885 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 07:21:01.885 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 07:21:01.886 INFO [main][MenuItemHandler] Select menu item: File 07:21:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:21:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:21:01.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:21:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:01.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:21:01.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:01.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 07:21:01.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:01.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:01.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:01.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:01.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:01.957 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:01.958 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 07:21:01.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 07:21:01.958 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:01.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 07:21:01.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:01.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:01.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:01.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:01.960 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:21:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:01.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:01.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:21:02.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:21:02.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2702c911 is found... 07:21:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2702c911 is found finished successfully 07:21:02.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E') 07:21:02.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:02.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:02.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:02.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:02.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:02.474 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:02.474 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 07:21:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:02.474 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 07:21:02.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Execute task") 07:21:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:02.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:02.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:02.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:21:02.475 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 07:21:02.475 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:21:02.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:02.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:02.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:02.476 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:21:02.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:02.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:02.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 07:21:02.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:02.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:02.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 07:21:02.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:21:02.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:02.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:02.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:02.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:02.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:02.478 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:02.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:02.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:02.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:02.486 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:02.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:02.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:02.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:02.486 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:02.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:02.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:02.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:02.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:02.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:02.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:02.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:02.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:03.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:03.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:03.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:21:03.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:21:03.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:21:03.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:03.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:21:03.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:21:03.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:03.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:03.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:03.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:03.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:03.489 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 07:21:03.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 07:21:03.491 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 07:21:03.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 07:21:03.497 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 07:21:03.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:21:03.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'New' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:03.545 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:21:03.545 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:21:03.545 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:21:03.545 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:21:03.545 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:21:03.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:21:03.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:21:04.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:21:04.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:21:04.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:21:04.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:21:04.047 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 07:21:04.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 07:21:04.047 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 07:21:04.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 07:21:04.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 07:21:04.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:21:04.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:04.079 DEBUG [main][MenuItemLookup] Found menu:'New' 07:21:04.079 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:21:04.079 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:04.079 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:21:04.079 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:04.079 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:21:04.079 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:21:04.079 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:21:04.079 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:21:04.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:21:04.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:21:04.079 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:21:04.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 07:21:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 07:21:04.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:21:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:04.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:04.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:04.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 07:21:04.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:04.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:21:04.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:04.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:04.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:04.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:04.694 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:21:04.694 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:21:04.694 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:21:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:04.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:04.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:04.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:21:04.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:04.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:21:04.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:04.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:04.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:04.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:04.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:04.695 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:21:04.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:04.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:04.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:04.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:04.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:21:04.701 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:21:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:21:05.202 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:21:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:21:05.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:21:05.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:21:05.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:21:05.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:21:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:21:05.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 07:21:05.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:05.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:05.203 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 07:21:05.203 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 07:21:05.203 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:05.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.63 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.628 s Results: Tests run: 307, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >---------- [INFO] Building RedDeer Core Tests 4.7.0-SNAPSHOT [32/58] [INFO] from tests/org.eclipse.reddeer.core.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core.test --- [INFO] Resolving class path of RedDeer Core Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core.test --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.13.2.v20220426-1653.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.53MB) [INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.82MB) [INFO] Fetching com.sun.jna.platform_5.12.1.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.44MB) [INFO] Fetching org.apache.commons.lang_2.6.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (277.56kB) [INFO] Fetching org.yaml.snakeyaml_1.33.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (323.94kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest 07:21:30.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:30.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:30.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:30.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:30.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:30.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:30.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:30.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:30.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:30.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:30.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:30.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:30.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:30.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:30.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:30.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:30.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:30.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:21:30.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 07:21:30.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:30.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:30.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:30.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:21:30.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 07:21:30.741 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:30.744 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:30.744 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:30.744 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:30.744 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:30.744 INFO [main][AbstractShell] Close shell Testing shell 07:21:30.745 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:30.815 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:30.816 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:31.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:31.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:31.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:31.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:31.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:31.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:31.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:31.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:31.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:31.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:31.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:31.463 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:31.464 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:31.464 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:31.464 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:31.464 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:31.464 INFO [main][AbstractShell] Close shell Testing shell 07:21:31.464 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:31.474 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:31.474 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:31.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:21:31.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:21:31.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:31.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:31.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:31.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:31.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:31.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:31.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:31.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:31.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:31.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:31.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:31.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:31.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:31.981 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:31.981 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:31.981 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:31.982 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:31.982 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:31.982 INFO [main][AbstractShell] Close shell Testing shell 07:21:31.982 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:31.991 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:31.991 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:32.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:32.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:32.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:32.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:32.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:32.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:32.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:32.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:32.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:32.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:32.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:32.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:32.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:32.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:32.508 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:32.508 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:32.508 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:32.509 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:32.509 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:32.509 INFO [main][AbstractShell] Close shell Testing shell 07:21:32.509 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:32.518 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:32.518 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:32.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:32.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:32.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:32.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:33.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:33.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:33.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:33.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:33.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:33.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:33.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:33.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:33.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:33.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:33.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:33.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:33.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:33.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:33.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:33.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:33.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:33.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:33.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:33.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:33.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:33.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:33.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:33.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:33.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:33.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:33.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:33.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:33.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:33.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:33.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:33.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:33.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:33.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:33.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:33.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:33.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:33.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:33.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:33.089 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:33.089 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:33.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:33.090 INFO [main][AbstractShell] Close shell Testing shell 07:21:33.090 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:33.099 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:33.099 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:33.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:33.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:33.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:33.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:33.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:33.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:33.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:33.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:33.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:33.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:33.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:33.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:33.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:33.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:33.604 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:33.604 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:33.604 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:33.605 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:33.605 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:33.605 INFO [main][AbstractShell] Close shell Testing shell 07:21:33.605 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:33.614 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:33.614 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.089 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.202 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.658 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.516 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.526 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.58 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.515 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:33.666 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:21:33.667 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:21:33.676 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:21:33.677 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:21:33.717 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:33.727 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:33.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:33.732 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:33.736 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:21:33.736 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:21:33.736 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:21:33.738 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:33.738 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:33.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:33.741 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:33.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:33.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:33.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:33.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:33.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:33.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:33.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:33.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:21:33.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 07:21:33.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:34.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 07:21:34.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:34.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 07:21:34.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:35.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 07:21:35.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:35.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 07:21:35.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 07:21:35.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 07:21:35.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:21:36.755 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 07:21:36.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:36.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:36.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:36.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:36.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:36.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:36.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:36.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:36.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:36.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:36.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:36.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:36.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:36.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:36.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:21:36.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:37.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:37.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:38.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:38.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:39.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:39.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:40.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:40.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:40.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 07:21:41.770 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 07:21:41.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:41.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:41.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:41.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:41.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:41.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:41.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:41.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:41.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:41.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:41.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:41.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:41.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:41.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:41.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:41.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:41.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:21:41.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:42.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:42.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:43.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:43.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:44.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:44.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:45.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:45.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:46.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:46.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:47.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:21:47.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 07:21:47.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 07:21:47.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 07:21:47.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:21:48.776 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 07:21:48.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:48.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:48.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:48.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:48.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:48.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:48.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:48.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:48.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:48.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:48.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:48.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:21:48.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:49.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:49.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:50.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:50.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:51.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:51.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:52.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:52.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:53.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:53.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:54.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:54.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:21:55.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:21:55.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:21:56.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:21:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:21:57.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:21:57.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:21:57.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 07:21:57.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 07:21:57.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:21:58.784 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 07:21:58.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:58.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.785 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:58.785 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.785 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:21:58.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:21:58.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:21:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:21:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:21:58.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:59.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:21:59.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:00.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:00.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:01.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:01.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:02.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:02.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:03.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:03.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:04.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:22:04.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:22:04.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:22:04.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 07:22:04.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 07:22:04.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:22:05.790 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 07:22:06.790 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 07:22:06.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:22:06.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:06.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:06.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:06.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:06.791 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:22:06.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:06.791 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:22:06.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:22:06.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:06.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:06.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:06.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:22:06.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:22:06.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:22:06.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:22:07.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:22:07.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:22:08.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:22:08.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:22:08.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:22:08.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:22:08.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:22:08.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:22:08.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:08.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:08.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:08.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:08.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:22:08.795 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:22:08.795 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:08.795 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.138 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.015 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.008 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.006 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.008 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.006 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.003 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:22:08.805 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:22:08.808 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:08.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:08.808 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:22:08.808 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:08.808 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:08.809 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:08.809 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:08.809 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:08.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:08.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 07:22:08.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:22:08.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:08.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:08.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:09.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:22:09.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:09.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:09.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:09.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:22:09.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:22:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:09.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:22:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:22:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:22:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:22:09.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:22:09.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:22:09.329 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:09.329 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:09.329 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:09.329 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:09.329 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:09.329 INFO [main][AbstractShell] Close shell Testing shell 07:22:09.329 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:09.339 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:09.339 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:09.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:22:09.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:09.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:09.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 07:22:09.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:09.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 07:22:09.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:22:09.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:09.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:09.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:09.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:09.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:09.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:09.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:09.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:09.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:09.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:09.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:09.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:09.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:22:09.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:09.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:09.426 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 07:22:09.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:22:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:09.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:22:09.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:22:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:10.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:10.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:22:10.437 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 07:22:10.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:22:10.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:10.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:10.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:22:10.938 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 07:22:10.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:22:10.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:11.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:11.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:22:11.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:22:11.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:11.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 07:22:11.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:11.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:22:11.443 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 07:22:11.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:22:11.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:11.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 07:22:11.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:11.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:22:11.443 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 07:22:11.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:22:11.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:11.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:22:11.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:22:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:12.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:12.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:22:12.445 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 07:22:12.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:22:12.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:12.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:12.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:22:12.945 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:22:12.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:12.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:13.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:13.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:13.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:22:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:13.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:13.448 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:22:13.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:13.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:22:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:13.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:13.449 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 07:22:13.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:22:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:13.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:22:13.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:22:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:13.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:22:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:13.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:22:13.952 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 07:22:13.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:22:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:13.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:22:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:13.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:22:13.952 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 07:22:13.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:22:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:14.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:14.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:22:14.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:22:14.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:14.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:22:14.954 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 07:22:14.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:22:14.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:15.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:22:15.454 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 07:22:15.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:22:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:15.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:15.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:22:15.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:22:15.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:16.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:16.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:22:16.456 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 07:22:16.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:22:16.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:16.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:22:16.956 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:16.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:16.957 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:16.957 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:16.957 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:16.957 INFO [main][AbstractShell] Close shell Testing shell 07:22:16.957 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:16.961 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:16.962 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:16.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:22:16.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:16.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.971 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 07:22:16.971 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:22:16.971 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:16.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.168 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.551 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.611 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 07:22:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 07:22:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available. finished successfully 07:22:17.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 07:22:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 07:22:17.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 07:22:17.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.007 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 07:22:17.007 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 07:22:17.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:17.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:22:17.028 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:22:17.029 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:17.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:17.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:22:17.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:17.029 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:17.037 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:17.037 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:17.037 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:17.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:17.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 07:22:17.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:22:17.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:17.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:17.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:17.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:17.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:17.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:17.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:22:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:22:17.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:22:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:22:17.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:22:17.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:22:17.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:22:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:22:17.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:22:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:22:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:22:17.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:22:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:22:17.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:22:17.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:17.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:17.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.164 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:22:17.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:17.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:18.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:18.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:18.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:18.173 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:18.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:18.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:18.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:18.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:18.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:18.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:18.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:18.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:18.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:18.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:22:18.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:18.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:18.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:18.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:18.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:18.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:19.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:19.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:19.179 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:19.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:22:19.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:22:19.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:22:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:19.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:22:19.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:19.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:20.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:20.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:20.181 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:22:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:22:20.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:22:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:20.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:20.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:20.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:22:20.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:20.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:20.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:20.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:20.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:21.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:21.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:21.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:21.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:21.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:21.683 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:22:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:22:21.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:22:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:21.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:21.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:21.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:22:21.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:21.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:21.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:22.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:22.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:22.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:22.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:22.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:22.684 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:22:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:22:22.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:22:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:22.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:22.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:22.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:22:22.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:22.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:22.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:23.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:23.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:23.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:23.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:23.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:23.686 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:23.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:22:23.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:22:23.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:23.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:23.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:23.687 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:22:23.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:23.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:23.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:24.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:24.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:24.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:24.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:24.714 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:24.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:24.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:24.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:24.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:24.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:24.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:24.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:24.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:24.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:24.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:22:24.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:24.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:24.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:24.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:25.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:25.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:25.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:25.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:25.716 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:22:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:22:25.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:22:25.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:25.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:25.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:25.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:25.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:25.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:25.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:22:25.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:25.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:25.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:25.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:26.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:26.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:26.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:26.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:26.718 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:22:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:22:26.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:22:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:26.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:26.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:26.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:22:26.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:26.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:26.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:27.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:27.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:27.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:27.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:27.719 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:22:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:22:27.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:22:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:27.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:27.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:27.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:22:27.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:27.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:27.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:28.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:28.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:28.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:28.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:28.721 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:22:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:22:28.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:22:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:28.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:28.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:28.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:22:28.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:28.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:28.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:29.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:29.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:29.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:29.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:29.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:29.723 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:29.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:22:29.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:22:29.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:29.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:29.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:29.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:29.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:29.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:29.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:29.724 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:22:29.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:29.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:29.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:29.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:30.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:30.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:30.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:30.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:30.733 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:30.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:30.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:30.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:30.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:22:30.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:30.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:30.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:31.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:31.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:31.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:31.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:31.748 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:22:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:22:31.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:22:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:31.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:31.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:31.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:22:31.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:31.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:31.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:32.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:32.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:32.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:32.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:32.750 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:22:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:22:32.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:22:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:32.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:32.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:32.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:22:32.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:32.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:32.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:33.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:33.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:33.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:33.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:33.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:33.752 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:33.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:22:33.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:22:33.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:22:33.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:33.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:33.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:33.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:33.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:22:33.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:33.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:33.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:34.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:34.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:34.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:34.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:35.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:35.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:35.254 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:22:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:22:35.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:22:35.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:35.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:35.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:35.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:35.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:35.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:35.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:22:35.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:35.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:35.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:35.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:35.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:35.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:36.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:36.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:36.256 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:22:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:22:36.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:36.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:36.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:36.274 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:22:36.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:36.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:36.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:36.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:36.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:36.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:37.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:37.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:37.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:37.278 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:37.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:37.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:37.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:37.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:22:37.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:37.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:37.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:37.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:37.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:37.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:38.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:38.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:38.279 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:22:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:22:38.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:22:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:38.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:38.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:38.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:22:38.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:38.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:38.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:38.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:38.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:39.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:39.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:39.281 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:22:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:22:39.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:22:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:39.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:39.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:39.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:22:39.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:39.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:39.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:39.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:39.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:40.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:40.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:40.283 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:22:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:22:40.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:22:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:40.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:40.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:40.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:22:40.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:40.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:40.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:40.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:40.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:41.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:41.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:41.285 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:22:41.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:41.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:41.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:41.285 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:22:41.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:41.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:41.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:41.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:41.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:42.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:42.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:42.287 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:22:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:22:42.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:42.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:42.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:42.287 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:22:42.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:42.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:42.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:42.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:42.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:43.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:43.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:43.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:43.298 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:43.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:43.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:43.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:43.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:22:43.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:43.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:43.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:43.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:43.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:44.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:44.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:44.300 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:22:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:22:44.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:22:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:44.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:44.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:44.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:22:44.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:44.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:44.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:44.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:44.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:45.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:45.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:45.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:45.301 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:45.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:22:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:22:45.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:22:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:45.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:45.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:45.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:22:45.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:45.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:45.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:45.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:45.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:46.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:46.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:46.303 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:22:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:22:46.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:22:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:46.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:46.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:46.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:22:46.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:46.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:46.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:46.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:46.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:47.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:47.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:47.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:47.305 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:47.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:22:47.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:22:47.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:22:47.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:47.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:47.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:47.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:47.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:47.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:47.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:22:47.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:47.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:47.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:47.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:47.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:47.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:48.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:48.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:48.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:48.307 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:48.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:22:48.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:22:48.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:48.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:48.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:48.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:48.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:48.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:48.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:48.331 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:22:48.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:48.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:48.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:48.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:48.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:48.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:49.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:49.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:49.339 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:49.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:49.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:49.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:49.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:22:49.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:49.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:49.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:49.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:22:49.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:22:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:22:49.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:49.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:49.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:49.366 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:22:49.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:49.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:49.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:49.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:49.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:50.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:50.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:50.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:50.387 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:50.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:50.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:50.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:50.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:50.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:50.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:50.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:50.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:50.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:50.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:22:50.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:50.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:50.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:50.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:50.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:50.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:22:50.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:22:50.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:22:50.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:22:50.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:50.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:50.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:50.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:50.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:50.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:50.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:22:50.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:50.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:50.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:50.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:50.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:50.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:51.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:51.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:51.397 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:22:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:22:51.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:22:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:51.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:51.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:51.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:22:51.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:51.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:51.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:51.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:51.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:51.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:52.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:52.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:52.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:52.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:52.899 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:22:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:22:52.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:22:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:52.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:52.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:52.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:22:52.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:52.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:52.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:53.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:53.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:53.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:53.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:53.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:53.900 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:22:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:22:53.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:22:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:53.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:53.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:53.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:22:53.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:53.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:53.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:54.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:54.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:54.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:54.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:54.902 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:22:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:22:54.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:54.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:54.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:54.903 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:22:54.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:54.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:54.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:54.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:55.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:55.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:55.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:55.912 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:55.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:22:55.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:22:55.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:22:55.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:55.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:55.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:55.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:55.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:55.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:55.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:22:55.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:55.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:55.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:55.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:22:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:22:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:22:55.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:22:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:55.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:55.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:55.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:22:55.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:55.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:56.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:56.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:56.919 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:22:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:22:56.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:22:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:56.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:56.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:56.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:22:56.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:57.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:57.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:57.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:57.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:58.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:58.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:58.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:58.421 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:58.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:22:58.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:22:58.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:22:58.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:58.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:58.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:58.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:58.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:58.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:58.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:22:58.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:58.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:58.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:58.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:58.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:58.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:59.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:59.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:59.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:59.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:59.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:59.923 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:22:59.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:22:59.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:22:59.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:22:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:59.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:22:59.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:59.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:22:59.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:59.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:59.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:00.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:00.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:00.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:00.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:01.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:01.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:01.425 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:01.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:01.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:01.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:01.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:01.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:01.426 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:01.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:01.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:01.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:01.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:01.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:01.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:02.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:02.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:02.433 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:02.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:02.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:02.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:02.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:02.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:02.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:02.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:02.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:02.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:02.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:02.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:02.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:02.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:02.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:02.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:02.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:02.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:02.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:02.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:03.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:03.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:03.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:03.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:03.941 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:03.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:03.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:03.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:03.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:03.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:03.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:03.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:04.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:04.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:04.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:04.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:04.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:04.942 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:04.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:04.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:04.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:04.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:04.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:04.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:04.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:04.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:04.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:04.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:04.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:04.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:04.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:04.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:05.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:05.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:05.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:05.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:05.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:05.944 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:05.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:05.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:05.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:05.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:05.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:05.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:05.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:05.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:06.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:06.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:06.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:06.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:06.946 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:06.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:06.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:06.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:06.947 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:06.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:06.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:06.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:07.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:07.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:07.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:07.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:07.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:07.956 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:07.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:07.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:07.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:07.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:07.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:07.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:07.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:07.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:07.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:07.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:07.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:07.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:07.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:07.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:07.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:07.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:07.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:07.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:07.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:08.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:08.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:08.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:08.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:08.969 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:08.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:08.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:08.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:08.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:08.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:08.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:08.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:09.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:09.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:09.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:09.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:10.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:10.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:10.471 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:10.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:10.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:10.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:10.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:10.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:10.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:10.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:10.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:10.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:10.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:11.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:11.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:11.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:11.472 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:11.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:11.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:11.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:11.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:11.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:11.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:11.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:11.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:11.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:11.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:12.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:12.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:12.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:12.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:12.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:12.974 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:12.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:12.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:12.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:12.978 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:12.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:12.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:12.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:13.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:13.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:13.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:13.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:13.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:13.999 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:13.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:13.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:13.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:13.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:13.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:14.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:14.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:14.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:14.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:14.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:14.006 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:14.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:14.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:14.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:14.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:14.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:14.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:15.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:15.013 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:15.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:15.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:15.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:15.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:15.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:15.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:15.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:15.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:15.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:15.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:15.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:15.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:15.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:15.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:15.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:16.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:16.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:16.020 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:16.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:16.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:16.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:16.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:16.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:16.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:16.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:16.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:16.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:16.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:17.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:17.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:17.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:17.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:17.522 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:17.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:17.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:17.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:17.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:17.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:17.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:17.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:17.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:17.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:17.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:17.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:17.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:17.525 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:17.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:17.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:17.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:18.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:18.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:18.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:18.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:18.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:18.528 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:18.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:18.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:18.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:18.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:18.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:18.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:18.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:18.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:18.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:18.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:18.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:18.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:18.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:18.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:18.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:18.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:18.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:18.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:18.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:18.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:18.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:18.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:18.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:19.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:19.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:19.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:19.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:19.538 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:19.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:19.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:19.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:19.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:19.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:19.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:19.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:19.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:20.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:20.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:20.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:20.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:21.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:21.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:21.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:21.040 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:21.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:21.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:21.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:21.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:21.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:21.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:21.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:21.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:21.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:21.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:21.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:21.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:21.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:21.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:21.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:21.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:21.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:21.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:21.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:21.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:21.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:21.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:21.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:21.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:21.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:22.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:22.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:22.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:22.045 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:22.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:22.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:22.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:22.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:22.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:22.046 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:22.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:22.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:22.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:22.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:22.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:23.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:23.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:23.066 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:23.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:23.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:23.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:23.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:23.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:23.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:23.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:23.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:23.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:23.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:23.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:23.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:23.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:23.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:23.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:23.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:23.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:23.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:24.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:24.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:24.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:24.074 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:24.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:24.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:24.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:24.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:24.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:24.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:24.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:24.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:24.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:24.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:25.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:25.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:25.076 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:25.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:25.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:25.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:25.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:25.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:25.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:25.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:25.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:25.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:25.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:25.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:25.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:25.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:25.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:25.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:25.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:25.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:26.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:26.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:26.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:26.081 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:26.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:26.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:26.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:26.081 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:26.081 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:26.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:26.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:26.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:26.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:27.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:27.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:27.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:27.090 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:27.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:27.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:27.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:27.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:27.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:27.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:27.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:27.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:27.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:27.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:27.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:27.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:27.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:27.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:27.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:27.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:27.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:28.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:28.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:28.104 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:28.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:28.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:28.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:28.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:28.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:28.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:28.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:28.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:28.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:29.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:29.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:29.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:29.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:29.606 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:29.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:29.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:29.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:29.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:29.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:29.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:29.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:29.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:29.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:29.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:29.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:29.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:29.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:29.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:29.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:29.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:29.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:29.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:29.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:29.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:29.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:29.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:29.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:29.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:29.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:30.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:30.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:30.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:30.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:30.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:30.611 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:30.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:30.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:30.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:30.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:30.615 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:30.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:30.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:30.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:30.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:31.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:31.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:31.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:31.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:31.637 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:31.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:31.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:31.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:31.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:31.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:31.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:31.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:31.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:31.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:31.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:31.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:31.643 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:31.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:31.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:31.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:32.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:32.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:32.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:32.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:32.650 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:32.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:32.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:32.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:32.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:32.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:32.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:32.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:32.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:32.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:32.651 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:32.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:32.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:32.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:32.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:32.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:32.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:32.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:32.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:32.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:32.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:32.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:32.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:32.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:33.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:33.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:33.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:33.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:33.657 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:33.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:33.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:33.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:33.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:33.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:33.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:33.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:33.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:33.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:33.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:33.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:33.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:33.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:33.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:33.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:33.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:33.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:33.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:33.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:33.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:33.665 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:33.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:33.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:33.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:33.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:34.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:34.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:34.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:34.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:34.668 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:34.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:34.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:34.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:34.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:34.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:34.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:34.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:34.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:34.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:34.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:34.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:34.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:34.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:34.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:34.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:35.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:35.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:35.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:35.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:35.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:35.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:35.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:35.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:35.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:35.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:35.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:35.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:35.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:35.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:35.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:35.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:35.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:35.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:35.679 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:35.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:35.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:35.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:36.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:36.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:36.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:36.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:36.682 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:36.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:36.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:36.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:36.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:36.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:36.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:36.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:36.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:36.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:36.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:36.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:36.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:36.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:36.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:36.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:36.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:36.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:37.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:37.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:37.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:37.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:37.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:37.702 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:37.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:37.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:37.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:37.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:37.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:37.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:37.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:37.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:37.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:37.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:37.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:37.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:37.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:37.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:37.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:37.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:37.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:37.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:37.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:37.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:37.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:37.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:37.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:37.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:37.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:37.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:38.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:38.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:38.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:38.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:38.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:38.709 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:38.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:38.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:38.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:38.710 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:38.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:38.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:38.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:39.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:39.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:39.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:39.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:39.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:39.718 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:39.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:39.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:39.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:39.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:39.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:39.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:39.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:39.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:39.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:39.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:39.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:39.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:39.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:39.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:39.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:39.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:40.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:40.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:40.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:40.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:40.726 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:40.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:40.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:40.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:40.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:40.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:40.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:40.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:40.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:40.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:40.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:40.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:40.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:40.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:40.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:40.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:40.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:40.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:40.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:40.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:40.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:40.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:40.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:40.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:40.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:41.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:41.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:41.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:41.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:41.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:41.736 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:41.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:41.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:41.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:41.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:41.740 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:41.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:41.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:41.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:42.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:42.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:42.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:42.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:42.767 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:42.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:42.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:42.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:42.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:42.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:42.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:42.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:42.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:42.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:42.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:42.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:42.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:42.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:42.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:42.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:42.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:42.798 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:42.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:42.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:42.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:43.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:43.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:43.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:43.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:43.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:43.800 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:43.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:43.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:43.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:43.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:43.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:43.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:43.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:43.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:43.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:43.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:43.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:43.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:43.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:43.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:43.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:43.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:43.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:43.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:43.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:43.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:43.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:43.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:43.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:43.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:43.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:43.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:43.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:43.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:43.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:43.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:43.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:43.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:43.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:43.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:43.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:43.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:43.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:43.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:43.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:43.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:43.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:43.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:43.819 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:43.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:43.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:43.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:43.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:44.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:44.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:44.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:44.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:44.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:44.821 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:44.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:44.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:44.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:44.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:44.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:44.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:44.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:44.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:44.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:44.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:44.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:44.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:44.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:44.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:44.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:44.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:44.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:44.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:44.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:44.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:44.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:44.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:44.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:44.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:44.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:44.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:44.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:44.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:44.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:44.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:44.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:44.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:44.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:44.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:44.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:44.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:44.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:44.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:44.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:44.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:44.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:44.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:44.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:44.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:44.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:44.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:44.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:44.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:44.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:44.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:44.833 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:44.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:44.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:44.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:44.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:45.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:45.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:45.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:45.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:45.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:45.835 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:45.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:45.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:45.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:45.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:45.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:45.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:45.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:45.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:45.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:45.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:45.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:45.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:45.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:45.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:45.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:45.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:45.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:45.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:45.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:45.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:45.844 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:45.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:45.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:45.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:45.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:46.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:46.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:46.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:46.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:46.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:46.846 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:46.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:46.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:46.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:46.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:46.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:46.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:46.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:46.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:46.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:46.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:46.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:46.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:46.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:46.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:46.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:46.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:46.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:46.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:46.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:46.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:46.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:46.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:46.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:46.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:46.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:46.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:46.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:46.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:46.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:46.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:46.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:46.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:46.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:46.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:46.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:46.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:46.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:46.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:46.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:46.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:46.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:46.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:46.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:46.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:46.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:46.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:47.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:47.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:47.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:47.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:48.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:48.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:48.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:48.367 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:48.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:48.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:48.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:48.370 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:48.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:48.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:48.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:48.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:48.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:49.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:49.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:49.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:49.379 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:49.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:49.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:49.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:49.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:49.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:49.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:49.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:49.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:49.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:49.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:49.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:49.385 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:49.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:49.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:49.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:49.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:49.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:49.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:50.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:50.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:50.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:50.391 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:50.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:50.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:50.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:50.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:50.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:50.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:50.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:50.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:50.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:50.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:50.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:50.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:50.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:50.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:50.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:50.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:50.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:50.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:50.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:50.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:50.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:50.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:50.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:50.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:50.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:50.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:50.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:50.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:50.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:50.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:50.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:50.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:50.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:50.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:50.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:50.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:50.406 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:50.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:50.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:50.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:50.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:50.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:51.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:51.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:51.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:51.435 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:51.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:51.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:51.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:51.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:51.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:51.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:51.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:51.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:51.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:51.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:51.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:51.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:51.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:51.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:51.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:51.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:51.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:51.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:51.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:51.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:51.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:51.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:51.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:51.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:51.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:51.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.454 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:51.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:51.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:51.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:51.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:51.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:52.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:52.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:52.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:52.478 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:52.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:52.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:52.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:52.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:52.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:52.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:52.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:52.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:52.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:52.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:52.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:52.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:52.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:52.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:52.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:52.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:52.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:52.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:52.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:52.486 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:52.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:52.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:52.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:52.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:52.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:53.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:53.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:53.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:53.489 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:53.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:53.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:53.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:53.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:53.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:53.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:53.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:53.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:53.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:53.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:53.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:53.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:53.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:53.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:53.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:53.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:53.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:53.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:53.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:53.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:53.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:53.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:53.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:53.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:53.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:53.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:53.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:53.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:53.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:53.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:53.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:53.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:53.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:53.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:53.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:53.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:53.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:53.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:53.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:53.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:53.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:53.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:23:53.515 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 07:23:53.515 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 07:23:53.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:23:53.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:23:53.519 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 07:23:53.519 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 07:23:53.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:23:53.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:23:53.521 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 07:23:53.521 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 07:23:53.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:23:53.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:23:53.527 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 07:23:53.527 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 07:23:53.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:23:53.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:23:53.530 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 07:23:53.530 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 07:23:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:23:53.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:23:53.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:23:53.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:53.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:53.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:53.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:53.551 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 07:23:53.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:53.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 07:23:53.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:23:53.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:53.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:53.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:53.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:53.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:53.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:53.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:53.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:53.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:53.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:53.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:53.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:53.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:53.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:53.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:53.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:53.597 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:53.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:53.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:53.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:53.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:54.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:54.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:54.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:54.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:54.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:54.599 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:54.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:54.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:54.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:54.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:23:54.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:54.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:54.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:55.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:55.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:55.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:55.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:55.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:55.600 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:55.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:55.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:55.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:55.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:55.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:55.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:23:55.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:55.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:55.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:56.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:56.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:56.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:56.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:56.602 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:56.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:56.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:56.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:56.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:23:56.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:56.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:56.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:56.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:57.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:57.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:57.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:57.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:58.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:58.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:58.104 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:58.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:58.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:58.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:58.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:23:58.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:58.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:58.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:58.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:58.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:59.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:59.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:59.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:23:59.105 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:23:59.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:59.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:59.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:59.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:59.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:23:59.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:59.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:59.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:59.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:59.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:00.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:00.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:00.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:00.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:00.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:00.607 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:00.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:00.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:00.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:00.610 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:00.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:00.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:00.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:01.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:01.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:01.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:01.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:01.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:01.629 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:01.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:01.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:01.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:01.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:01.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:01.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:01.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:02.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:02.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:02.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:02.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:02.631 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:02.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:02.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:02.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:02.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:02.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:02.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:02.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:03.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:03.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:03.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:03.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:04.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:04.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:04.133 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:04.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:04.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:04.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:04.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:04.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:04.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:04.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:04.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:04.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:04.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:05.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:05.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:05.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:05.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:05.635 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:05.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:05.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:05.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:05.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:05.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:05.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:05.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:06.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:06.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:06.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:06.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:06.636 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:06.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:06.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:06.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:06.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:06.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:06.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:06.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:06.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:06.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:06.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:06.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:06.640 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:06.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:06.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:06.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:07.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:07.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:07.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:07.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:07.642 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:07.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:07.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:07.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:07.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:07.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:07.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:07.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:07.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:07.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:07.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:07.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:07.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:08.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:08.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:08.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:08.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:09.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:09.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:09.144 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:09.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:09.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:09.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:09.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:09.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:09.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:09.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:09.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:09.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:09.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:09.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:09.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:10.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:10.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:10.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:10.168 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:10.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:10.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:10.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:10.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:10.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:10.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:10.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:10.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:10.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:10.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:11.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:11.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:11.170 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:11.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:11.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:11.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:11.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:11.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:11.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:11.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:11.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:11.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:12.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:12.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:12.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:12.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:12.672 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:12.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:12.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:12.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:12.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:12.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:12.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:12.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:12.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:12.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:12.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:12.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:12.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:12.678 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:12.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:12.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:12.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:13.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:13.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:13.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:13.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:13.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:13.685 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:13.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:13.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:13.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:13.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:13.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:13.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:13.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:14.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:14.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:14.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:14.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:14.686 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:14.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:14.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:14.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:14.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:14.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:14.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:14.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:15.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:15.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:15.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:15.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:16.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:16.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:16.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:16.188 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:16.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:16.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:16.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:16.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:16.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:16.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:16.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:16.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:16.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:16.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:16.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:16.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:17.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:17.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:17.190 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:17.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:17.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:17.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:17.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:17.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:17.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:17.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:17.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:17.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:17.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:17.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:17.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:17.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:17.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:17.194 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:17.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:17.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:17.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:17.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:17.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:18.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:18.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:18.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:18.201 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:18.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:18.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:18.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:18.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:18.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:18.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:18.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:18.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:18.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:18.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:18.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:18.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:18.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:18.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:18.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:19.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:19.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:19.209 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:19.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:19.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:19.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:19.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:19.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:19.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:19.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:19.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:19.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:19.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:20.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:20.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:20.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:20.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:20.711 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:20.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:20.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:20.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:20.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:20.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:20.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:20.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:20.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:20.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:21.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:21.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:21.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:21.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:22.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:22.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:22.213 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:22.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:22.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:22.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:22.213 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:22.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:22.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:22.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:22.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:22.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:22.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:22.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:22.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:22.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:22.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:22.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:22.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:22.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:22.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:22.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:22.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:22.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:22.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:22.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:22.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:22.221 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:22.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:22.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:22.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:22.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:22.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:23.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:23.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:23.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:23.240 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:23.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:23.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:23.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:23.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:23.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:23.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:23.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:23.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:23.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:23.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:23.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:23.245 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:23.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:23.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:23.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:23.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:23.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:24.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:24.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:24.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:24.252 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:24.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:24.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:24.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:24.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:24.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:24.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:24.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:24.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:24.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:24.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:24.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:24.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:24.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:24.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:24.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:24.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:24.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:25.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:25.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:25.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:25.266 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:25.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:25.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:25.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:25.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:25.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:25.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:25.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:25.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:25.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:25.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:25.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:26.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:26.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:26.268 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:26.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:26.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:26.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:26.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:26.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:26.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:26.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:26.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:26.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:26.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:26.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:26.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:26.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:26.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:26.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:26.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:26.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:26.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:26.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:26.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:26.284 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:26.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:26.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:26.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:26.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:26.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:26.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:27.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:27.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:27.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:27.286 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:27.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:27.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:27.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:27.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:27.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:27.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:27.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:27.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:27.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:27.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:27.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:27.294 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:27.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:27.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:27.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:27.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:27.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:27.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:27.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:27.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:27.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:27.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:27.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:27.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:27.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:27.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:27.297 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:27.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:27.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:27.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:27.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:27.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:27.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:28.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:28.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:28.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:28.299 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:28.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:28.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:28.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:28.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:28.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:28.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:28.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:28.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:28.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:28.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:28.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:28.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:28.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:28.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:28.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:28.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:28.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:28.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:28.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:28.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:28.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:28.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:28.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:28.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:28.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:28.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:29.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:29.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:29.310 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:29.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:29.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:29.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:29.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:29.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:29.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:29.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:29.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:29.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:29.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:29.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:29.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:29.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:29.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:29.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:29.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:29.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:29.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:29.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:29.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:29.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:29.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:29.318 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:29.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:29.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:29.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:29.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:29.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:30.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:30.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:30.325 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:30.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:30.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:30.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:30.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:30.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:30.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:30.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:30.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:30.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:30.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:30.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:30.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:30.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:30.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:30.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:30.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:30.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:30.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:30.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:30.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:30.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:30.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:30.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:30.340 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 07:24:30.340 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 07:24:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:30.344 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 07:24:30.344 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 07:24:30.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:30.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:30.345 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 07:24:30.345 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 07:24:30.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:30.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:30.347 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 07:24:30.347 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 07:24:30.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:30.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:30.348 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 07:24:30.348 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 07:24:30.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:30.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:30.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:24:30.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:30.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:30.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:30.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:30.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 07:24:30.355 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:24:30.355 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:30.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:30.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:30.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 133.328 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 96.513 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 36.804 s Running org.eclipse.reddeer.core.test.DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.core.test.DummyTest dummyTest(org.eclipse.reddeer.core.test.DummyTest) Time elapsed: 0 s Results: Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >------- [INFO] Building RedDeer Workbench Tests 4.7.0-SNAPSHOT [33/58] [INFO] from tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.test --- [INFO] Resolving class path of RedDeer Workbench Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:39.627 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:24:39.629 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:24:39.641 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:24:39.643 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:24:39.722 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:39.744 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:24:39.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:39.750 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:39.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:24:39.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:24:39.760 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:24:39.763 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:39.763 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:24:39.823 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:39.823 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:24:39.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:39.827 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:24:39.840 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:39.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:39.843 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:39.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:39.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:39.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:39.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:39.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:39.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:39.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:39.858 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:39.860 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:39.861 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:39.861 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:39.861 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:39.861 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:39.861 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:39.861 DEBUG [main][MenuItemLookup] Item match:Window 07:24:39.864 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:39.864 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:39.864 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:39.864 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:39.864 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:39.865 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:24:39.865 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:39.865 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:24:39.865 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:39.865 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:24:39.865 DEBUG [main][MenuItemLookup] Item match:Preferences 07:24:39.867 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:24:39.867 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:24:39.869 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:24:40.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:24:40.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:24:40.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:24:40.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:40.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:40.062 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:24:40.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:40.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:24:40.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:40.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:40.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:40.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:40.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:40.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:24:40.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:40.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:40.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:40.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:40.162 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:24:40.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:40.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:40.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:40.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:40.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:24:40.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:24:40.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:40.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:40.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:40.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:40.228 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:24:40.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:40.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:40.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:40.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:40.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:40.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:40.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:40.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:40.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:40.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:40.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:24:40.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:40.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:40.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:40.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:40.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:24:40.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:24:40.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:40.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:40.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:40.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:40.267 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 07:24:40.267 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 07:24:40.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:24:40.269 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:40.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:40.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:40.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:40.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:40.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:24:40.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:40.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:24:40.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:40.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:40.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:40.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:40.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:40.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:40.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:40.365 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 07:24:40.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:40.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:40.366 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:40.366 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:40.367 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:40.367 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:40.367 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:40.367 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:40.367 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:40.367 DEBUG [main][MenuItemLookup] Item match:Window 07:24:40.368 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:40.368 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:40.368 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:40.368 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:40.368 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:40.368 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:40.377 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:40.377 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:40.377 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:40.377 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:40.377 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:40.377 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:40.377 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:40.378 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:40.378 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:40.378 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:40.378 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:40.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:40.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:40.411 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:40.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:40.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:40.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:40.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:40.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:40.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:40.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:40.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:40.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:40.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:40.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:40.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:40.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:40.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:40.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:40.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:40.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:24:40.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:24:40.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:40.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:24:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:24:40.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:24:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:40.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:24:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:40.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:24:40.979 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 07:24:40.979 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 07:24:40.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 07:24:40.980 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 07:24:40.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:40.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:40.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:40.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:40.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:40.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:40.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:40.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:40.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:40.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:40.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:40.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:40.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:40.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:40.984 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:40.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:40.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:40.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:40.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:41.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:41.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:41.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:41.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:41.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:41.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 07:24:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:41.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:41.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:41.063 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:24:41.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:41.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:41.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:41.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:41.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:41.065 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:24:41.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:41.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:41.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:24:41.066 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 07:24:41.066 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 07:24:41.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:41.067 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:41.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:41.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:41.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:41.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:41.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:41.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:41.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:24:41.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:41.135 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:24:41.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:41.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:41.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:41.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:41.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:41.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:41.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:41.145 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 07:24:41.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:41.145 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:41.145 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:41.146 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:41.146 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:41.146 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:41.146 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:41.146 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:41.146 DEBUG [main][MenuItemLookup] Item match:Window 07:24:41.146 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:41.147 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:41.147 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:41.147 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:41.147 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:41.147 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:41.150 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:41.151 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:41.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:41.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:41.151 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:41.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:41.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:41.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:41.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:41.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:41.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:41.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:41.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:41.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:41.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:24:41.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:24:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:41.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:24:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:41.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:24:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:24:41.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:24:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:41.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:24:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:41.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:24:41.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 07:24:41.230 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 07:24:41.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 07:24:41.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 07:24:41.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:41.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:41.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:41.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:41.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:41.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:41.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:41.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:41.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:41.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:41.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:41.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:41.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:41.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:41.232 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:41.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:41.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:41.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:41.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:41.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:41.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:41.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:41.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:41.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:24:41.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:41.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:41.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:41.343 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:24:41.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:24:41.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:41.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:41.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:41.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:41.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:24:41.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:24:41.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:41.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:24:41.346 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 07:24:41.347 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 07:24:41.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:24:41.356 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:41.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:41.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:41.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:41.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:41.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:41.382 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:24:41.382 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:24:41.382 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:41.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:41.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:41.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.84 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.127 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.778 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.247 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:41.425 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:41.427 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:24:41.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:41.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:41.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:41.427 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:24:41.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:41.427 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:24:41.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:41.428 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:24:41.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:41.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:41.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:41.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:41.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:41.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:41.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:41.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:41.429 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:41.429 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:41.429 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:41.429 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:41.429 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:41.429 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:41.429 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:41.429 DEBUG [main][MenuItemLookup] Item match:Window 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:41.430 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:24:41.430 DEBUG [main][MenuItemLookup] Item match:Preferences 07:24:41.430 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:24:41.431 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:24:41.431 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:24:41.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:24:41.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:24:41.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:24:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.526 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:24:41.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:41.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:24:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:41.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:41.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:41.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:24:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:41.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:41.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:41.530 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:24:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:41.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:41.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:24:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:24:41.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:41.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:41.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:41.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:41.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:41.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:41.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:41.558 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:41.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:41.558 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:41.558 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:41.558 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:41.558 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:41.558 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:41.558 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:41.558 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:41.558 DEBUG [main][MenuItemLookup] Item match:Window 07:24:41.559 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:41.559 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:41.559 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:41.559 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:41.559 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:41.559 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:41.562 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:41.562 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:41.562 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:41.562 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:41.563 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:41.563 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:41.563 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:41.563 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:41.563 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:41.563 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:41.563 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:41.571 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:41.572 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:41.572 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:41.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:41.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:41.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:41.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:41.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:41.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:41.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:41.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:41.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:41.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:41.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:41.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:41.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:42.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:42.149 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:42.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:42.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:42.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:42.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:42.153 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:42.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:42.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:42.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:42.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:42.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:42.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:42.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:42.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:42.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:42.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:42.199 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:42.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:42.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:42.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:42.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:42.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.206 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:42.214 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:42.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:42.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:42.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:42.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:42.216 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:42.216 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:42.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.216 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:42.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.250 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:42.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.250 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:42.251 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:42.251 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:42.251 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:42.251 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:42.251 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:42.251 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:42.251 DEBUG [main][MenuItemLookup] Item match:Window 07:24:42.251 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:42.251 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:42.252 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:42.252 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:42.252 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:42.252 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:42.255 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:42.256 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:42.256 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:42.256 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:42.256 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:42.257 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:42.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:42.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:42.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:42.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:42.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.338 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:42.338 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:42.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:42.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:42.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:42.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:42.346 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:42.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:42.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:42.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:42.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:42.415 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:42.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:42.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:42.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:42.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:42.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:42.427 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:42.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:42.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:42.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:42.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:42.428 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:42.428 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:42.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.435 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:42.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.460 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.460 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.466 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.466 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.466 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.476 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 07:24:42.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.477 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:42.477 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:42.477 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:42.477 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:42.477 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:42.477 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:42.477 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:42.477 DEBUG [main][MenuItemLookup] Item match:Window 07:24:42.478 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:42.478 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:42.478 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:42.478 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:42.478 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:42.478 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:42.481 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:42.481 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:42.482 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:42.482 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:42.482 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:42.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:42.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:42.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:42.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:42.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:42.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 07:24:42.557 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 07:24:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 07:24:42.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 07:24:42.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:42.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:42.563 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:42.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:42.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:42.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:42.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:42.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:42.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:42.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 07:24:42.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:42.630 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 07:24:42.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 07:24:42.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:42.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:42.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:42.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:42.636 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 07:24:42.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 07:24:42.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:42.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 07:24:42.637 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 07:24:42.637 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 07:24:42.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 07:24:42.637 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:42.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.686 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:42.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.687 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:42.687 DEBUG [main][MenuItemLookup] Item match:Window 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:42.687 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:42.687 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:42.690 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:42.690 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:42.716 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:42.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:42.716 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:42.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:42.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:42.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:42.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:42.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:42.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:42.771 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:42.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:42.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:42.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:42.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:42.773 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:42.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:42.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:42.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:42.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:42.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:42.824 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:42.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:42.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:42.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:42.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:42.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:42.842 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:42.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:42.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:42.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:42.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:42.843 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:42.843 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:42.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:42.844 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:42.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.871 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.874 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:42.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:42.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:42.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:42.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:42.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:42.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:42.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.883 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 07:24:42.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:42.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:42.884 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:42.884 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:42.884 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:42.884 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:42.884 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:42.884 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:42.884 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:42.884 DEBUG [main][MenuItemLookup] Item match:Window 07:24:42.885 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:42.885 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:42.885 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:42.885 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:42.885 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:42.885 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:42.888 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:42.888 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:42.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:42.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:42.915 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:42.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:42.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:42.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:42.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:42.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:42.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:42.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:42.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.967 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:42.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:42.967 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:42.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:42.967 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 07:24:42.967 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 07:24:42.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 07:24:42.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 07:24:42.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:42.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:42.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:42.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:42.974 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:42.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:42.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:42.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:42.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:43.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:43.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:43.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:43.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:43.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 07:24:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:43.041 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 07:24:43.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:24:43.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:43.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:43.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:43.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 07:24:43.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:24:43.061 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:24:43.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:43.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:43.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:43.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:43.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:43.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:43.078 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:43.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.079 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:43.079 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:43.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:43.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:43.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.082 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:43.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.083 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:43.083 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:43.083 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:43.083 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:43.083 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:43.083 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:43.083 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:43.084 DEBUG [main][MenuItemLookup] Item match:Window 07:24:43.084 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:43.084 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:43.084 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:43.084 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.084 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:43.084 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:43.087 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:43.087 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:43.087 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:43.087 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:43.087 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:43.087 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:43.088 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:43.088 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:43.088 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.088 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:43.088 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:43.113 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:43.113 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:43.113 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:43.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:43.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:43.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:43.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:43.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:43.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:43.169 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:43.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:43.170 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:43.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:43.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:43.171 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:43.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:43.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:43.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:43.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:43.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:43.224 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:43.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:43.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:43.225 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:24:43.225 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:43.226 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:43.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.226 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:43.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.246 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:43.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.247 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:43.247 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:43.247 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:43.247 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:43.247 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:43.247 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:43.247 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:43.247 DEBUG [main][MenuItemLookup] Item match:Window 07:24:43.247 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:43.248 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:43.248 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:43.248 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.248 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:43.248 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.250 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:43.250 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:43.251 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:43.251 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:43.251 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:43.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:43.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:43.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:43.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:43.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:43.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.315 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:43.315 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:43.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:43.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:43.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:43.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:43.317 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:43.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:43.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:43.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:43.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:43.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:43.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:43.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:43.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:43.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:43.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:43.360 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:43.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:43.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:43.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:43.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:43.368 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:43.369 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:43.369 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:43.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.370 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:43.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:43.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:43.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:43.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:43.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:43.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:43.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:43.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:43.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.417 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.417 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:43.417 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:43.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:43.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:43.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:43.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:43.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.422 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:43.423 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:43.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:43.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:43.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.425 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:43.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.426 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:43.426 DEBUG [main][MenuItemLookup] Item match:Window 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.426 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:43.426 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.429 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:43.429 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:43.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:43.429 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:43.430 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:43.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:43.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:43.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:43.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:43.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:43.480 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:43.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:43.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:43.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:43.482 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:43.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:43.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:43.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:43.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:43.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:43.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:43.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:43.546 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:43.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:43.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:43.547 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:24:43.548 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:43.548 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:43.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.548 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:43.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:43.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:43.568 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:43.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:43.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:43.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.571 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:43.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.571 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:43.571 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:43.571 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:43.571 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:43.571 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:43.571 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:43.571 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:43.572 DEBUG [main][MenuItemLookup] Item match:Window 07:24:43.572 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:43.572 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:43.572 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:43.572 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.572 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:43.572 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.575 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:43.575 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:43.575 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:43.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:43.575 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:43.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:43.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:43.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:43.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:43.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:43.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:43.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:43.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:43.642 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:43.642 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:43.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:43.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:43.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:43.648 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:43.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:43.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:43.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:43.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:43.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:43.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:43.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:43.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:43.689 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:43.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:43.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:43.713 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:24:43.714 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:43.714 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:43.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.715 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:43.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:43.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:43.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.730 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:43.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:43.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:43.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:43.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:43.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.734 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.734 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:43.734 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:43.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:43.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:43.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:43.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:43.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.737 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:43.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:43.738 DEBUG [main][MenuItemLookup] Item match:Window 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.738 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:43.738 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.741 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:43.741 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:43.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:43.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:43.746 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:43.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:43.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:43.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:43.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:43.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:43.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:43.824 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:43.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:43.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:43.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:43.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:43.826 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:43.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:43.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:43.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:43.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:43.866 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:43.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:43.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:43.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:43.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:43.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:43.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.876 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 07:24:43.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:43.876 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:43.876 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:43.876 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:43.876 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:43.876 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:43.876 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:43.876 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:43.876 DEBUG [main][MenuItemLookup] Item match:Window 07:24:43.877 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:43.877 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:43.877 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:43.877 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.877 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:43.877 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:43.880 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:43.880 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:43.880 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:43.880 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:43.880 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:43.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:43.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:43.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:43.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:24:43.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:24:43.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:43.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:24:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:43.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:24:43.948 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 07:24:43.948 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 07:24:43.948 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 07:24:43.948 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 07:24:43.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:43.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:43.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:43.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:43.950 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:43.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:43.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:43.950 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:43.950 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:44.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:44.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:44.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:44.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:44.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 07:24:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:44.020 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:24:44.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:44.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:44.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.022 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:24:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.037 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:44.037 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:44.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.037 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:44.055 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:24:44.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:44.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:24:44.056 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 07:24:44.056 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 07:24:44.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:44.056 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:44.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:44.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.083 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:44.083 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:44.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:44.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:44.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.087 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:44.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.088 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:44.088 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:44.088 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:44.088 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:44.088 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:44.088 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:44.088 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:44.088 DEBUG [main][MenuItemLookup] Item match:Window 07:24:44.088 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:44.089 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:44.089 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:44.089 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.089 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:44.089 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.091 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:44.091 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:44.092 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:44.092 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:44.092 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:44.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:44.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:44.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:44.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:44.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:44.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:44.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:44.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:44.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:44.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:44.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:44.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:44.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:44.163 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:44.163 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:44.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:44.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:44.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:44.166 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:44.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:44.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:44.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:44.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:44.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:44.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:44.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:44.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:44.238 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:44.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.250 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 07:24:44.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.250 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:44.251 DEBUG [main][MenuItemLookup] Item match:Window 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.251 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:44.251 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.254 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:44.254 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:44.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:44.254 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:44.255 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:44.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:44.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:44.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:44.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:44.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:24:44.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:24:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:44.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:24:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:44.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:24:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:24:44.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:24:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:44.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:24:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:44.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:24:44.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 07:24:44.329 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 07:24:44.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 07:24:44.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 07:24:44.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:44.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:44.331 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:44.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:44.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:44.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:44.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 07:24:44.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:44.418 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:24:44.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:44.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:44.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.420 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:24:44.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.437 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:24:44.437 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:44.437 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:44.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.438 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:44.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:44.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:44.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.458 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.458 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:44.458 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:44.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:44.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:44.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.463 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:44.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.463 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:44.464 DEBUG [main][MenuItemLookup] Item match:Window 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.464 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:44.464 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.467 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:44.467 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:44.476 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:44.476 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:44.476 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:44.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:44.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:44.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:44.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:44.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:44.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:44.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:44.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:44.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:44.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:44.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:44.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:44.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:44.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:44.553 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:44.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:44.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:44.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:44.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:44.555 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:44.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:44.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:44.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:44.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:44.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:44.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:44.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.617 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:44.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:44.619 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:44.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.621 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:24:44.621 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:44.621 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:44.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.622 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:44.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:44.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:44.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:44.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:44.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:44.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:44.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.651 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 07:24:44.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 07:24:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:44.655 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 07:24:44.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:24:44.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:44.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 07:24:44.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.675 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 07:24:44.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:24:44.676 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:24:44.676 INFO [WorkbenchTestable][AbstractText] Text set to: hello 07:24:44.680 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 07:24:44.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 07:24:44.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 07:24:44.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.681 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:44.681 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:44.681 DEBUG [main][MenuItemLookup] Item match:File 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.683 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:24:44.683 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:24:44.684 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:24:44.684 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:24:44.684 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:24:44.716 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 07:24:44.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:24:44.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 07:24:44.717 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 07:24:44.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:24:44.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 07:24:44.718 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 07:24:44.718 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 07:24:44.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:24:44.718 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:44.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:44.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:44.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:44.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:44.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:44.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.746 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:24:44.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.747 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:44.747 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:44.747 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:44.747 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:44.747 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:44.747 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:44.747 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:44.747 DEBUG [main][MenuItemLookup] Item match:Window 07:24:44.748 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:44.748 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:44.748 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:44.748 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.748 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:44.748 DEBUG [main][MenuItemLookup] Item match:Show View 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:44.752 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:24:44.752 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:24:44.752 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:24:44.752 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:24:44.752 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:24:44.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:24:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:24:44.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:24:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:24:44.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:24:44.815 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:44.815 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:44.815 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:24:44.815 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:24:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:24:44.815 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:24:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:24:44.815 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:24:44.816 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:24:44.816 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:24:44.816 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:24:44.816 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:24:44.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:24:44.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:24:44.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:44.817 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:24:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:44.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:44.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:44.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:24:44.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:24:44.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:24:44.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:24:44.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:44.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:44.859 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:44.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.868 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 07:24:44.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.870 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 07:24:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:44.871 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:24:44.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:44.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:24:44.889 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:24:44.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.913 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:24:44.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:44.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:24:44.922 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 07:24:44.922 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 07:24:44.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:24:44.922 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:44.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:44.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:44.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:24:44.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:24:44.950 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:24:44.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:24:44.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:24:44.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:24:44.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:24:44.952 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:24:44.952 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:24:44.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:24:44.952 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:24:44.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:44.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:44.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:24:44.978 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:24:44.978 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:44.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:44.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.554 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.691 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.214 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.197 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.008 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.188 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.184 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.014 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.332 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.145 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.162 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.349 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.374 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.191 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.093 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.235 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:24:45.009 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:24:45.010 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:24:45.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:45.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:24:45.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:45.011 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:24:45.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:45.011 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:24:45.011 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:45.011 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:24:45.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:45.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:45.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:45.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:45.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:24:45.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:45.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:45.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:24:45.012 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:24:45.012 DEBUG [main][MenuItemLookup] Found menu:'File' 07:24:45.012 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:24:45.012 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:24:45.012 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:24:45.012 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:24:45.012 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:24:45.012 DEBUG [main][MenuItemLookup] Item match:Window 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'' 07:24:45.013 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:24:45.013 DEBUG [main][MenuItemLookup] Item match:Preferences 07:24:45.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:24:45.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:24:45.013 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:24:45.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:24:45.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:24:45.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:24:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:45.089 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:24:45.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:24:45.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:24:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:45.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:45.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:45.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:24:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:24:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:24:45.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:24:45.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:45.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:45.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:45.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:45.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:24:45.093 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:24:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:24:45.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:24:45.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:24:45.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:24:45.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:24:45.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:24:45.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:45.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:45.117 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 07:24:45.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:24:45.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:45.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:45.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:45.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 07:24:45.119 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 07:24:45.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 07:24:45.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:24:45.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:24:45.125 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:24:45.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:45.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:45.133 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 07:24:45.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:24:45.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 07:24:45.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:24:45.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:24:45.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:24:45.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:24:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 07:24:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 07:24:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 07:24:45.134 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:45.134 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:45.634 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:45.635 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:46.135 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:46.135 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:46.635 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:46.635 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:47.135 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:47.135 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:47.635 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:47.636 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:48.136 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:48.136 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:48.636 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:48.636 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:49.137 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:49.137 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:49.637 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:49.637 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:50.137 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:50.137 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:50.638 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:50.638 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:51.138 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:51.138 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:51.638 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:51.638 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:52.139 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:52.139 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:52.639 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:52.639 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:53.139 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:53.139 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:53.639 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:53.640 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:54.140 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:54.140 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:54.640 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:54.640 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:55.141 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:24:55.141 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:24:55.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 07:24:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:24:55.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:55.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:56.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:56.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:57.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:57.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:58.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:58.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:59.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:24:59.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:00.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:00.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:01.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:01.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:02.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:02.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:03.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:03.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:04.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:04.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:05.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:05.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:06.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:06.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:07.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:07.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:08.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:08.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:09.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:09.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:10.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:10.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:11.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:11.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:12.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:12.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:13.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:13.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:14.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:14.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:15.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:15.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:16.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:16.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:17.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:17.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:18.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:18.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:19.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:19.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:20.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:20.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:21.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:21.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:22.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:22.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:23.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:23.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:24.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:24.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:25.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:25.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:26.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:26.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:27.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:27.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:28.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:28.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:29.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:29.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:30.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:30.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:31.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:31.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:32.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:32.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:33.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:33.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:34.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:34.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:35.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:35.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:36.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:36.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:37.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:37.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:38.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:38.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:39.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:39.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:40.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:40.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:41.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:41.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:42.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:42.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:43.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:43.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:44.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:44.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:25:45.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:25:45.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:45.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:45.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:25:45.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:45.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:45.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:45.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:45.174 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 07:25:45.174 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:25:45.174 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:45.174 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.165 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.016 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.04 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:25:45.196 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:25:45.198 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:25:45.198 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:45.198 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:25:45.198 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:45.198 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:25:45.199 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:45.199 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:25:45.199 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:45.199 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:25:45.199 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:25:45.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:45.199 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:25:45.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:45.199 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:25:45.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:45.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:45.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:45.200 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:25:45.200 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:45.200 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:25:45.200 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:25:45.200 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:25:45.200 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:25:45.200 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:25:45.200 DEBUG [main][MenuItemLookup] Item match:Window 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:45.201 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:25:45.201 DEBUG [main][MenuItemLookup] Item match:Preferences 07:25:45.201 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:25:45.201 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:25:45.202 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:25:45.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:25:45.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:25:45.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:25:45.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:45.298 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:25:45.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:45.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:25:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:45.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:45.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:25:45.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:25:45.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:25:45.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:45.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:45.302 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:25:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:45.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:45.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:25:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:25:45.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:45.323 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:25:45.323 DEBUG [main][EditorHandler] 0 editor(s) found 07:25:45.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:45.329 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 07:25:45.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:45.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:45.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:45.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:45.329 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:25:45.329 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:45.329 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:25:45.329 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:25:45.329 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:25:45.329 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:25:45.329 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:25:45.329 DEBUG [main][MenuItemLookup] Item match:Window 07:25:45.330 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:25:45.330 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:25:45.330 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:25:45.330 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:45.330 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:25:45.330 DEBUG [main][MenuItemLookup] Item match:Show View 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:45.333 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:25:45.333 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:25:45.345 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:25:45.345 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:25:45.345 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:25:45.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:25:45.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:25:45.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:25:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:45.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:25:45.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:45.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:25:45.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:45.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:45.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:45.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:25:45.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:25:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:25:45.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:45.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:45.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:25:45.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:45.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:45.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:45.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 07:25:45.414 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 07:25:45.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 07:25:45.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 07:25:45.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:45.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:25:45.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:45.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:25:45.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:45.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:25:45.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:45.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:45.416 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:25:45.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:45.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:45.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:45.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:45.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:25:45.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:25:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 07:25:45.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 07:25:45.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:45.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:45.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:25:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:45.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:45.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:45.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:45.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:45.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:25:45.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:25:45.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:25:45.514 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:45.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:45.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:45.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:25:45.516 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:45.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:45.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:45.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:25:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:45.527 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:45.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:45.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:45.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:25:45.573 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:45.573 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 07:25:45.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:25:45.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:45.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:45.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:45.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:25:45.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:45.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:45.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:45.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:45.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 07:25:45.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:45.655 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 07:25:45.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:25:45.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:45.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:45.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:45.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:25:45.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:45.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:45.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 07:25:45.656 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:25:45.656 DEBUG [main][EditorHandler] 0 editor(s) found 07:25:45.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.658 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:25:45.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:45.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:45.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:45.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:45.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:25:45.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:45.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:45.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:45.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:45.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:45.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:45.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:25:45.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:25:45.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:25:45.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:45.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:45.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:45.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:45.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:45.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:45.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:45.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:46.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:46.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:46.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:46.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:46.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:25:46.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:46.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:46.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:46.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:46.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:25:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:46.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:46.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:46.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:46.669 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 07:25:46.675 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:46.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:46.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:46.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:46.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:46.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:47.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:47.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:47.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:47.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:47.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:25:47.678 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:47.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:47.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:47.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:47.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:25:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:47.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:47.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:47.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:47.679 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 07:25:47.679 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:47.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:47.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:47.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:47.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:25:47.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:47.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:47.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:47.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:47.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:47.680 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:25:47.680 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:25:47.681 DEBUG [main][TreeItemHandler] Set Tree selection 07:25:47.682 DEBUG [main][TreeHandler] Notify Tree about selection event 07:25:47.696 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:25:47.700 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 07:25:47.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:25:47.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:47.748 DEBUG [main][MenuItemLookup] Found menu:'New' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:47.749 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:25:47.749 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:25:47.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:25:47.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:25:47.749 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:25:47.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:47.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:25:47.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:25:48.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:48.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:48.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:48.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:48.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:25:48.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:48.271 DEBUG [main][MenuItemLookup] Found menu:'New' 07:25:48.271 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:25:48.271 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:48.271 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:25:48.271 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:48.271 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:25:48.271 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:25:48.271 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:25:48.271 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:25:48.272 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:25:48.272 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:25:48.272 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:25:48.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 07:25:48.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 07:25:48.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:25:48.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 07:25:48.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:48.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:25:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:48.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:48.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:48.937 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:25:48.938 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:25:48.938 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:25:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:48.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:48.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:48.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 07:25:48.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:48.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:25:48.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:48.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:48.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:48.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:48.939 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:25:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:48.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:48.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:48.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:25:48.964 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:25:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:25:49.465 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:25:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:25:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:25:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:49.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:49.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:49.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:49.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:49.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:25:49.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:25:49.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:25:49.468 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:25:49.468 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:49.468 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:49.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:49.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.278 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.082 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:49.477 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:49.478 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:25:49.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:49.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:49.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:49.479 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:25:49.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:49.479 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:25:49.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:49.479 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:25:49.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:25:49.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:25:49.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:25:49.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:49.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:49.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:49.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:49.481 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:25:49.481 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:49.481 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:25:49.481 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:25:49.481 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:25:49.481 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:25:49.481 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:25:49.481 DEBUG [main][MenuItemLookup] Item match:Window 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:49.482 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:25:49.482 DEBUG [main][MenuItemLookup] Item match:Preferences 07:25:49.482 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:25:49.482 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:25:49.482 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:25:49.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:25:49.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:25:49.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:25:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:49.567 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:25:49.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:25:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:49.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:49.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:49.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:25:49.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:25:49.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:25:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:49.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:49.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:49.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:49.584 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:25:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:49.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:49.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:25:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:25:49.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:49.623 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:25:49.624 DEBUG [main][EditorHandler] 0 editor(s) found 07:25:49.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:49.625 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:25:49.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:49.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:49.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:49.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:25:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:49.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:49.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:49.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:49.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:49.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:49.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:49.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:25:49.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:25:49.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:25:49.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:49.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:49.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:49.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:25:49.630 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:49.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:49.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:49.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:25:49.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:49.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:49.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:49.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:25:49.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:25:49.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:49.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:25:49.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:49.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:49.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:25:49.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:49.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:49.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:49.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:25:49.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:49.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:49.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:49.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:49.649 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:25:49.659 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:49.659 DEBUG [main][MenuItemLookup] Item match:File 07:25:49.660 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:25:49.660 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:25:49.663 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:25:49.663 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:49.663 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:25:49.663 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:49.663 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:25:49.663 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:49.663 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:25:49.663 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:25:49.664 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:25:49.664 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:25:49.664 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:25:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:25:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:25:49.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:25:49.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:49.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:49.763 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:25:49.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:49.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:25:49.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:49.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:49.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:49.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:49.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:25:49.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:25:49.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:25:49.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:49.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:50.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:50.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:50.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:25:50.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:50.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:50.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:50.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:50.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:50.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 07:25:50.270 DEBUG [main][TreeItemHandler] Selecting tree item: Project 07:25:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 07:25:50.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 07:25:50.272 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:25:50.272 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:25:50.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:25:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:50.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:50.275 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:25:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:50.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:50.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:50.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 07:25:50.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 07:25:50.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 07:25:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:50.315 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:25:50.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.316 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 07:25:50.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 07:25:50.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:50.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:50.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:25:50.318 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:25:50.319 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 07:25:50.320 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:25:50.320 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 07:25:50.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:25:50.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:50.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:50.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:50.322 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:25:50.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:50.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:50.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:50.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:25:50.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:25:50.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:50.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:25:50.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:50.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:50.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:50.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:25:50.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:25:50.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:50.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:50.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:50.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:50.830 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:25:50.830 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:50.830 DEBUG [main][MenuItemLookup] Item match:File 07:25:50.831 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:25:50.831 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:25:50.832 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:25:50.832 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:50.832 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:25:50.832 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:50.832 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:25:50.832 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:50.832 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:25:50.832 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:25:50.833 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:25:50.833 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:25:50.833 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:25:50.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:25:50.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:25:50.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:25:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:50.898 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:25:50.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:25:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:50.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:25:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:25:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:25:50.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:50.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:50.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:25:50.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:50.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:50.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:50.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:25:50.900 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:25:50.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:25:50.903 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:25:50.903 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:25:50.903 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:25:50.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:25:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:50.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:50.905 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:25:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:50.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:50.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:50.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:50.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:25:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:25:50.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:25:50.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:50.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:50.944 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:25:50.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:50.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:25:50.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:50.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:50.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:25:50.949 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:25:50.950 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 07:25:50.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:25:50.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:50.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:50.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:25:50.952 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:25:50.953 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:25:50.953 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:25:50.953 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:25:50.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:25:50.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:50.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:50.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:50.955 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:25:50.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:50.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:50.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:50.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:50.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:25:51.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:25:51.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:51.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:51.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:51.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:51.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:51.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:25:51.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:51.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:51.498 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 07:25:51.498 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:25:51.498 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:25:51.499 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:51.499 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:25:51.499 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:25:51.500 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:25:51.546 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:25:51.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.549 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.549 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:25:51.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:25:51.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:51.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:51.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:51.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:51.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:25:51.552 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:51.552 DEBUG [main][MenuItemLookup] Item match:File 07:25:51.553 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:25:51.553 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:25:51.555 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:25:51.555 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:51.555 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:25:51.555 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:51.555 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:25:51.555 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:51.555 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:25:51.555 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:25:51.569 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:25:51.569 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:25:51.569 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:25:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:25:51.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:25:51.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:25:51.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:51.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:51.654 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:25:51.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:25:51.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:51.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:25:51.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:25:51.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:25:51.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:51.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:51.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:25:51.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:51.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:51.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:51.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:25:51.657 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:25:51.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:25:51.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:25:51.658 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:25:51.658 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:25:51.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:25:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:51.659 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:25:51.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:51.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:51.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:51.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:51.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:25:51.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:51.689 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:25:51.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:25:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:25:51.692 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:25:51.693 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 07:25:51.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:25:51.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:25:51.695 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:25:51.696 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:25:51.696 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:25:51.696 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:25:51.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:25:51.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:51.698 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:25:51.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:51.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:51.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:51.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:51.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:25:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:25:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:51.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:25:51.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:25:51.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:25:51.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:51.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:51.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:51.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:25:51.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:25:51.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:25:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:51.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:25:51.772 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 07:25:51.772 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:51.772 DEBUG [main][MenuItemLookup] Item match:File 07:25:51.773 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:25:51.773 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:25:51.774 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:25:51.774 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:51.774 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:25:51.774 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:51.774 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:25:51.774 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:51.774 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:25:51.774 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:25:51.775 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:25:51.775 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:25:51.775 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:25:51.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:25:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:25:51.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:25:51.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:51.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:51.847 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:25:51.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:25:51.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:25:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:25:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:25:51.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:51.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:51.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:51.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:51.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:51.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:25:51.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:25:51.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:51.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:25:51.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:51.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:25:51.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:25:51.850 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:25:51.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:25:51.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:25:51.851 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:25:51.851 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:25:51.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:25:51.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:51.852 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:25:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:51.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:51.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:51.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:25:51.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:25:51.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:25:51.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:25:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:51.882 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:25:51.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:25:51.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:25:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:25:51.885 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:25:51.886 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 07:25:51.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:25:51.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:25:51.888 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:25:51.889 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:25:51.889 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:25:51.889 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:25:51.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:25:51.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:51.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:51.917 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:25:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:51.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:51.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:25:52.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:25:52.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:52.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:25:52.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:52.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:52.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:52.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:52.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 07:25:52.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:52.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:52.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:52.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:52.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:52.428 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 07:25:52.432 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:52.433 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:52.433 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:25:52.433 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:25:52.433 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:52.434 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:25:52.434 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:25:52.434 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 07:25:52.442 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 07:25:52.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:52.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:25:52.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:52.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:52.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:52.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:52.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:52.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:52.453 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 07:25:52.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:25:52.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:52.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:52.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:25:52.454 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 07:25:52.454 DEBUG [main][MenuItemLookup] Found menu:'File' 07:25:52.454 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:25:52.454 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:25:52.454 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:25:52.454 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:25:52.454 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:25:52.454 DEBUG [main][MenuItemLookup] Item match:Window 07:25:52.455 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:25:52.455 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:25:52.455 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:25:52.455 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:52.455 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:25:52.455 DEBUG [main][MenuItemLookup] Item match:Show View 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'' 07:25:52.457 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:25:52.457 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:25:52.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:25:52.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:25:52.458 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:25:52.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:25:52.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:25:52.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:25:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:52.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:25:52.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:52.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:25:52.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:52.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:52.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:52.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:52.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:25:52.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:25:52.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 07:25:52.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 07:25:52.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:53.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:53.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 07:25:53.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 07:25:53.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 07:25:53.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:53.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 07:25:53.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:53.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 07:25:53.016 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 07:25:53.016 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 07:25:53.016 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 07:25:53.016 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 07:25:53.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:53.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:53.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:53.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:25:53.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:53.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:53.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:25:53.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:53.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:25:53.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:53.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:53.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:53.018 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:25:53.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:53.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:53.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:53.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:25:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:25:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 07:25:53.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:53.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 07:25:53.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:53.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:25:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:53.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:25:53.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:25:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:53.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:53.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:53.249 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:53.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:53.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:53.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 07:25:53.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:25:53.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:25:53.260 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:53.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:53.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:53.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:53.261 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:53.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:53.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:53.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:53.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:53.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:53.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:54.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:25:54.263 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:54.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:54.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:54.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:54.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:25:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:54.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:54.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:54.264 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:25:54.268 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:25:54.268 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:25:54.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:25:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:54.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:54.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:25:54.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:25:54.770 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:25:54.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:25:54.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:25:54.778 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:25:54.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:25:54.778 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:25:54.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:25:54.780 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:25:54.780 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:25:54.780 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:25:54.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:25:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:54.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:25:54.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:54.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:54.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:54.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:25:54.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:54.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:54.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:54.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:54.814 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:54.814 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:54.814 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:25:54.814 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:25:54.815 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:25:54.815 DEBUG [main][EditorHandler] 2 editor(s) found 07:25:54.815 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:25:54.827 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:25:54.828 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:25:54.856 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:25:54.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:54.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:54.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:54.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:25:54.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:54.857 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:25:54.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:54.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:54.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:54.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:54.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:54.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:25:54.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:54.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:54.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:54.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:25:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:54.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:54.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:54.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:54.864 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:54.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:54.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:54.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:25:54.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:25:54.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:25:54.866 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:54.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:54.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:54.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:54.867 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:54.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:54.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:54.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:54.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:54.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:55.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:55.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:55.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:25:55.868 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:55.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:55.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:55.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:55.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:25:55.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:55.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:55.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:55.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:55.870 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:25:55.870 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:25:55.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:25:55.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:25:55.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:55.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:25:55.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:55.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:25:55.871 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:25:55.871 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:25:55.871 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:25:55.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:25:55.874 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:25:55.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:25:55.874 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:25:55.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:25:55.877 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:25:55.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:25:55.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:25:55.902 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:25:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:55.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:55.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:55.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:55.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:25:55.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:55.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:55.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:55.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:55.905 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:55.905 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:55.905 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:25:55.905 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:25:55.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:25:55.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:55.906 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:25:55.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:55.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:55.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:25:55.906 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:25:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:25:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:25:55.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:25:55.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:25:55.908 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:25:55.908 DEBUG [main][EditorHandler] 1 editor(s) found 07:25:55.908 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:25:55.948 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:25:55.948 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:25:55.948 DEBUG [main][EditorHandler] 0 editor(s) found 07:25:55.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:55.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:55.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:55.949 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:25:55.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:55.949 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:25:55.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:55.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:55.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:55.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:55.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:55.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:25:55.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:55.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:55.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:55.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:55.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:25:55.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:55.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:55.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:55.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:55.957 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:55.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:55.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:55.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:25:55.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:25:55.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:25:55.959 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:55.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:55.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:55.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:55.960 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:55.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:55.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:55.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:55.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:55.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:56.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:56.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:25:56.962 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:56.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:56.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:56.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:56.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:25:56.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:56.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:56.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:56.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:56.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:25:56.963 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:25:56.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:25:56.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:25:56.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:56.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:25:56.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:56.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:25:56.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:25:56.964 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:25:56.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:25:56.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:25:56.966 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:25:56.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:25:56.966 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:25:56.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:25:56.968 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:25:56.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:25:56.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:25:56.990 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:25:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:56.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:56.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:56.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:56.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:56.993 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:25:56.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:56.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:25:56.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:56.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:56.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:25:56.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:25:56.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:56.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:56.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:56.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:57.000 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:57.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:57.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:57.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:57.029 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:57.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:57.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:57.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:57.030 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:57.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:57.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:57.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:57.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:57.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:57.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:57.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:58.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:25:58.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:58.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:58.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:58.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:58.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:25:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:58.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:58.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:58.033 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:25:58.034 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:25:58.034 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:25:58.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:25:58.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:58.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:25:58.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:58.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:25:58.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:25:58.034 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:25:58.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:25:58.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:25:58.038 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:25:58.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:25:58.039 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:25:58.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:25:58.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:25:58.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:25:58.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:25:58.048 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:25:58.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:58.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:58.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:58.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:58.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31264e92 is found... 07:25:58.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31264e92 is found finished successfully 07:25:58.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:25:58.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:58.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:58.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:58.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:58.052 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:58.052 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:58.052 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:25:58.052 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:25:58.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:58.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:25:58.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:58.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:25:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:58.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:25:58.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:25:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:58.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:58.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:58.066 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:58.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:58.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:58.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:58.092 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:58.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:58.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:58.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:58.093 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:58.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:58.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:58.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:58.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:58.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:59.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:59.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:25:59.094 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:59.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:59.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:59.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:59.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:25:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:59.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:59.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:25:59.096 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:25:59.096 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:25:59.097 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 07:25:59.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:25:59.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:25:59.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:25:59.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:25:59.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:25:59.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:25:59.097 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:25:59.098 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:25:59.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:25:59.100 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 07:25:59.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:25:59.100 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:25:59.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:25:59.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:25:59.107 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:25:59.107 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:25:59.129 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:25:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:25:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:25:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:25:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:25:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:25:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@719550f is found... 07:25:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@719550f is found finished successfully 07:25:59.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 07:25:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:59.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:59.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:59.132 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:59.132 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:59.132 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:25:59.132 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:25:59.133 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:25:59.133 DEBUG [main][EditorHandler] 2 editor(s) found 07:25:59.133 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:25:59.139 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:25:59.139 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:25:59.169 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:25:59.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:59.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:59.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:59.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:59.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:59.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:25:59.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:59.170 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:25:59.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:25:59.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:59.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:59.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:59.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:59.172 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:25:59.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:59.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:59.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:25:59.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:25:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:59.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:59.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:25:59.177 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:59.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:59.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:59.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:25:59.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:25:59.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:25:59.194 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:59.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:59.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:59.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:59.195 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:25:59.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:25:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:25:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:25:59.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:59.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:59.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:00.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:00.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:00.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:00.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:00.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:00.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:00.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:00.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:00.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:00.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:00.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:00.199 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:00.199 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:00.200 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:00.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:00.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:00.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:00.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:00.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:00.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:00.200 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:00.200 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:00.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:00.202 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:00.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:00.202 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:00.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:00.204 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:00.204 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:00.204 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:00.229 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:00.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:00.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:00.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:00.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:00.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:00.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:00.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:00.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:00.233 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:00.233 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:00.233 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:00.233 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:00.234 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:00.234 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:26:00.234 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 07:26:00.234 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:00.270 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:00.270 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:00.270 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:00.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:00.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:00.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:00.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:00.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:00.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:00.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:00.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:00.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:00.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:00.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:00.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:00.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:00.273 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:00.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:00.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:00.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:00.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:00.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:00.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:00.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:00.288 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:00.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:00.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:00.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:00.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:00.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:00.290 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:00.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:00.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:00.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:00.291 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:00.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:00.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:00.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:00.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:00.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:00.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:01.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:01.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:01.293 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:01.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:01.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:01.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:01.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:01.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:01.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:01.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:01.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:01.295 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:01.295 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:01.296 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:01.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:01.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:01.296 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:01.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:01.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:01.296 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:01.297 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:01.297 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:01.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:01.299 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:01.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:01.299 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:01.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:01.300 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:01.300 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:01.300 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:01.320 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:01.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:01.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:01.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:01.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:01.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:01.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:01.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:01.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:01.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:01.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:01.323 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:01.323 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:01.323 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:01.323 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:01.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.impl.editor.DefaultEditor, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:26:01.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:01.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:01.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:01.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:01.324 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:01.324 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:01.324 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:01.351 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:01.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:01.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:01.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:01.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:01.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:01.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:01.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:01.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:01.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:01.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:01.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:01.353 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:01.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:01.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:01.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:01.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:01.355 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:01.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:01.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:01.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:01.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:01.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:01.357 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:01.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:01.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:01.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:01.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:01.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:01.359 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:01.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:01.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:01.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:01.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:01.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:01.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:02.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:02.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:02.362 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:02.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:02.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:02.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:02.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:02.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:02.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:02.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:02.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:02.363 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:02.363 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:02.364 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:02.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:02.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:02.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:02.364 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:02.364 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:02.364 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:02.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:02.366 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:02.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:02.366 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:02.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:02.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:02.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:02.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:02.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:02.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:02.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:02.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:02.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:02.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:02.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:02.390 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:02.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:02.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:26:02.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:02.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:02.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:26:02.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:02.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:02.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:02.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:02.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:02.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:02.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:02.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:02.420 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:02.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:02.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:02.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:02.420 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:02.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:02.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:02.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:02.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:02.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:02.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:03.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:03.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:03.422 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:03.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:03.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:03.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:03.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:03.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:03.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:03.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:03.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:03.424 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:03.424 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:03.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:03.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:03.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:03.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:03.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:03.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:03.425 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:03.425 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:03.425 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:03.426 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:03.427 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:03.427 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:03.427 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:03.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:03.428 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:03.428 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:03.439 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:03.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:03.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:03.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:03.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:03.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:03.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@412d321d is found... 07:26:03.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@412d321d is found finished successfully 07:26:03.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:03.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:03.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:03.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:03.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:03.442 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:03.442 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:03.442 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:03.442 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:03.443 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:03.443 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:03.443 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:03.471 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:03.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:03.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:03.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:03.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:03.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:03.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:03.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:03.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:03.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:03.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:03.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:03.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:03.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:03.474 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:03.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:03.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:03.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:03.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:03.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:03.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:03.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:03.478 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:03.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:03.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:03.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:03.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:03.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:03.480 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:03.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:03.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:03.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:03.480 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:03.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:03.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:03.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:03.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:03.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:03.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:04.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:04.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:04.482 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:04.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:04.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:04.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:04.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:04.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:04.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:04.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:04.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:04.483 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:04.484 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:04.484 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:04.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:04.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:04.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:04.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:04.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:04.485 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:04.485 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:04.485 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:04.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:04.487 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:04.487 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:04.487 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:04.487 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:04.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:04.488 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:04.488 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:04.509 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:04.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:04.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:04.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:04.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:04.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:04.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:04.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:04.512 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:04.512 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:04.512 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:04.512 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:04.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:26:04.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:04.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:04.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:04.514 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:26:04.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:04.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:04.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:04.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:04.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:04.514 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:26:04.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:04.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:04.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:04.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:04.516 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:04.516 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:26:04.516 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:26:04.516 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:04.543 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:04.543 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:04.544 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:04.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:04.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:04.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:04.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:04.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:04.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:04.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:04.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:04.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:04.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:04.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:04.547 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:04.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:04.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:04.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:04.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:04.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:04.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:04.553 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:04.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:04.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:04.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:04.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:04.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:04.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:04.556 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:04.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:04.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:04.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:04.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:04.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:05.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:05.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:05.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:05.558 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:05.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:05.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:05.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:05.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:05.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:05.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:05.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:05.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:05.560 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:05.560 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:05.561 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:05.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:05.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:05.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:05.561 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:05.561 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:05.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:05.564 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:05.564 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:05.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:05.564 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:05.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:05.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:05.567 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:05.567 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:05.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:05.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:05.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:05.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:05.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:05.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:05.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:05.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:05.598 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:05.599 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:05.599 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:05.599 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:05.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:26:05.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:05.600 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:26:05.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:05.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:05.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:05.600 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:26:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:05.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:05.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:05.602 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:05.602 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:26:05.602 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 07:26:05.603 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:05.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 07:26:06.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 07:26:06.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 07:26:06.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:06.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:06.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:26:06.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:06.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:06.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 07:26:06.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:06.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:26:06.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:06.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:06.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:06.144 INFO [WorkbenchTestable][AbstractButton] Click button &Save 07:26:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:06.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:06.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:06.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:06.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:06.192 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:06.192 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:06.192 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:06.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:06.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:06.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:06.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:06.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:06.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:06.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:06.193 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:06.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:06.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:06.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:06.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:06.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:06.195 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:06.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:06.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:06.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:06.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:06.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:06.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:06.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:06.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:06.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:06.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:06.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:06.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:06.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:06.201 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:06.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:06.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:06.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:06.201 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:06.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:06.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:06.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:06.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:06.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:06.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:07.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:07.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:07.203 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:07.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:07.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:07.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:07.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:07.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:07.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:07.204 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:07.204 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:07.205 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:07.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:07.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:07.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:07.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:07.205 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:07.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:07.207 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:07.207 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:07.207 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:07.207 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:07.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:07.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:07.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:07.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:07.230 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:07.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:07.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:07.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:07.230 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:07.231 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:07.231 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:07.253 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:07.254 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:07.254 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:07.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:07.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:07.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:07.254 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:07.254 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:07.254 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:07.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:07.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:07.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:07.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:07.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:07.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:07.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:07.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:07.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:07.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:07.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:07.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:07.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:07.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:07.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:07.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:07.260 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:07.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:07.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:07.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:07.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:07.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:07.262 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:07.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:07.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:07.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:07.262 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:07.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:07.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:07.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:07.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:07.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:07.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:08.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:08.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:08.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:08.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:08.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:08.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:08.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:08.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:08.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:08.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:08.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:08.265 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:08.265 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:08.266 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:08.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:08.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:08.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:08.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:08.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:08.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:08.266 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:08.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:08.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:08.268 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:08.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:08.268 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:08.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:08.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:08.269 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:08.269 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:08.292 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:08.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:08.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:08.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1723e0af is found... 07:26:08.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1723e0af is found finished successfully 07:26:08.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:08.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:08.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:08.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:08.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:08.295 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:08.295 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:08.295 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:08.295 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:08.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:08.305 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:08.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:08.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:26:08.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:08.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:08.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:26:08.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:08.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:08.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:08.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:08.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:08.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:08.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:08.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:08.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:08.344 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:08.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:08.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:08.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:08.345 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:08.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:08.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:08.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:08.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:08.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:09.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:09.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:09.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:09.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:09.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:09.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:09.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:09.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:09.348 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:09.348 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 07:26:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:09.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:09.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:26:09.349 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:26:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:26:09.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:26:09.351 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 07:26:09.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:26:09.351 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:26:09.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:26:09.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:26:09.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:09.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:09.374 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:09.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:09.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:09.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:09.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:09.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:09.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1eb4a2c5 is found... 07:26:09.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1eb4a2c5 is found finished successfully 07:26:09.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:09.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:09.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:09.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:09.377 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 07:26:09.382 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:09.382 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:09.382 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:09.382 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3efcfe3b is found... 07:26:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3efcfe3b is found finished successfully 07:26:09.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 07:26:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:09.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:09.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:09.384 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 07:26:09.395 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:09.395 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 07:26:09.395 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:09.395 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:09.396 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:09.396 DEBUG [main][EditorHandler] 2 editor(s) found 07:26:09.396 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:09.401 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:09.401 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:26:09.427 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:26:09.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:09.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:09.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:09.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:09.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:09.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:09.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:09.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:09.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:09.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:09.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:09.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:09.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:09.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:09.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:09.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:09.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:09.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:09.433 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:09.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:09.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:09.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:09.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:09.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:09.434 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:09.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:09.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:09.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:09.435 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:09.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:09.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:09.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:09.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:09.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:10.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:10.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:10.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:10.437 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:10.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:10.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:10.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:10.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:10.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:10.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:10.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:10.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:10.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:10.438 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:10.439 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:10.439 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:10.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:10.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:10.439 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:10.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:10.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:10.439 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:10.439 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:10.439 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:10.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:10.441 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:10.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:10.441 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:10.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:10.442 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:10.442 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:10.442 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:10.466 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:10.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:10.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:10.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:10.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:10.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:10.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:10.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:10.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:10.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:10.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:10.468 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:10.469 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:10.469 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:10.469 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:10.469 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:10.470 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:10.470 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:10.497 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:10.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:10.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:10.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:10.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:10.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:10.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:10.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:10.498 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:10.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:10.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:10.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:10.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:10.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:10.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:10.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:10.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:10.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:10.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:10.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:10.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:10.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:10.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:10.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:10.503 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:10.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:10.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:10.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:10.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:10.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:10.505 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:10.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:10.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:10.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:10.506 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:10.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:10.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:10.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:10.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:10.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:11.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:11.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:11.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:11.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:11.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:11.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:11.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:11.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:11.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:11.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:11.508 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:11.509 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:11.509 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:11.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:11.509 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:11.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:11.510 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:11.510 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:11.510 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:11.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:11.513 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:11.513 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:11.514 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:11.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:11.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:11.515 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:11.515 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:11.537 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:11.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:11.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:11.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:11.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:11.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:11.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:11.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:11.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:11.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:11.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:11.540 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:11.540 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:11.540 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:11.540 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:11.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:26:11.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:11.541 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:26:11.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:11.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:11.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:11.542 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:26:11.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:11.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:11.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:11.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:11.544 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:11.544 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:26:11.544 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:26:11.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:26:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:11.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:26:11.544 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 07:26:11.544 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:11.544 DEBUG [main][MenuItemLookup] Item match:File 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:11.545 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:26:11.545 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:26:11.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:26:11.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:26:11.546 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:26:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:26:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:26:11.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:11.549 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 07:26:11.549 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:11.549 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:11.549 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:11.549 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:11.550 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:11.583 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:11.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:11.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:11.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:11.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:11.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:11.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:11.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:11.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:11.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:11.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:11.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:11.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:11.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:11.587 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:11.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:11.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:11.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:11.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:11.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:11.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:11.592 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:11.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:11.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:11.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:11.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:11.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:11.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:11.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:11.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:11.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:11.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:11.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:11.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:11.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:11.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:11.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:12.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:12.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:12.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:12.618 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:12.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:12.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:12.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:12.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:12.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:12.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:12.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:12.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:12.620 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:12.620 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:12.621 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:12.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:12.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:12.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:12.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:12.621 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:12.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:12.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:12.623 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:12.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:12.623 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:12.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:12.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:12.624 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:12.624 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:12.645 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:12.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:12.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:12.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:12.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:12.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:12.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:12.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:12.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:12.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:12.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:12.647 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:12.647 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:12.647 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:12.647 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:12.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:26:12.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:12.648 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:26:12.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:12.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:12.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:12.649 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:26:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:12.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:12.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:12.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 07:26:12.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:12.650 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:26:12.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:12.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:12.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:12.651 INFO [WorkbenchTestable][AbstractButton] Click button Save 07:26:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:12.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:12.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:12.652 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:12.652 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:12.652 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:12.679 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:12.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:12.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:12.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:12.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:12.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:12.679 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:12.680 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:12.680 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:12.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:12.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:12.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:12.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:12.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:12.681 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:12.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:12.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:12.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:12.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:12.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:12.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:12.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:12.685 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:12.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:12.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:12.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:12.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:12.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:12.687 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:12.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:12.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:12.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:12.688 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:12.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:12.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:12.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:12.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:12.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:13.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:13.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:13.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:13.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:13.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:13.689 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:13.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:13.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:13.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:13.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:13.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:13.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:13.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:13.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:13.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:13.690 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:13.691 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:13.691 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:13.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:13.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:13.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:13.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:13.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:13.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:13.691 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:13.691 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:13.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:13.693 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:13.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:13.693 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:13.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:13.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:13.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:13.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:13.715 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:13.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:13.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:13.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:13.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:13.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:13.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:13.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:13.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:13.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:13.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:13.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:13.717 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:13.717 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:13.717 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:13.717 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:13.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:13.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:13.720 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:13.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:13.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:13.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:26:13.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:13.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:13.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:26:13.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:13.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:13.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:13.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:13.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:13.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:13.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:13.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:13.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:13.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:13.750 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:13.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:13.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:13.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:13.751 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:13.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:13.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:13.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:13.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:13.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:13.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:14.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:14.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:14.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:14.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:14.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:14.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:14.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:14.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:14.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:14.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:14.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:14.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:14.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:14.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:14.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:14.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:14.753 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:14.754 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 07:26:14.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:14.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:14.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:14.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:14.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:14.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:26:14.754 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:26:14.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:26:14.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:26:14.756 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 07:26:14.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:26:14.756 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:26:14.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:26:14.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:26:14.757 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:14.757 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:14.778 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:14.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:14.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:14.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:14.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:14.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:14.779 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 07:26:14.784 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:14.784 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:14.785 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:14.785 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:14.785 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:26:14.785 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:14.802 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:14.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ae62fd0 is found... 07:26:24.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ae62fd0 is found failed, an exception will be thrown 07:26:24.811 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:24.811 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:24.811 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:26:24.842 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:26:24.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:24.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:24.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:24.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:24.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:24.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:24.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:24.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:24.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:24.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.844 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:24.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.848 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:24.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:24.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:24.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.850 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:24.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:24.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:24.851 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:24.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:24.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:25.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:25.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:25.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:25.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:25.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:25.853 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:25.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:25.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:25.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:25.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:25.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:25.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:25.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:25.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:25.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:25.854 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:25.854 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:25.855 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:25.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:25.855 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:25.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:25.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:25.855 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:25.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:25.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:25.857 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:25.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:25.857 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:25.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:25.858 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:25.858 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:25.858 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:25.879 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:25.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:25.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:25.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:25.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:25.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:25.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:25.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:25.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:25.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:25.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:25.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:25.882 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:25.882 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:25.882 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:25.882 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:25.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:26:25.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:25.883 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:26:25.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:25.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:25.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:25.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:25.883 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:26:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:25.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:25.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:25.885 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:25.885 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:25.885 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:25.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 07:26:26.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 07:26:26.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 07:26:26.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:26.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:26.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:26.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:26.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:26.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:26:26.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:26.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:26.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:26.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 07:26:26.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:26.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:26.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:26.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:26:26.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:26.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:26.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:26.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:26.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:26.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:26.414 INFO [WorkbenchTestable][AbstractButton] Click button &Save 07:26:26.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:26.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:26.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:26.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:26.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:26.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:26.462 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:26.462 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:26.462 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:26.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:26.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:26.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:26.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:26.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:26.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:26.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:26.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:26.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:26.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:26.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:26.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:26.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:26.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:26.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:26.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:26.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:26.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:26.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:26.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:26.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:26.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:26.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:26.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:26.470 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:26.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:26.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:26.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:26.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:26.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:26.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:26.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:26.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:26.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:26.472 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:26.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:26.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:26.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:26.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:26.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:26.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:26.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:26.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:27.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:27.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:27.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:27.474 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:27.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:27.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:27.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:27.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:27.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:27.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:27.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:27.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:27.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:27.475 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:27.475 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:27.475 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:27.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:27.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:27.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:27.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:27.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:27.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:27.476 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:27.476 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:27.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:27.477 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:27.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:27.478 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:27.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:27.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:27.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:27.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:27.499 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:27.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:27.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:27.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:27.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:27.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:27.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:27.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:27.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:27.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:27.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:27.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:27.502 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:27.502 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:27.502 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:27.502 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:27.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:26:27.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:27.503 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:26:27.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:27.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:27.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:27.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:27.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:27.504 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:26:27.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:27.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:27.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:27.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fe7b1dc is found... 07:26:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fe7b1dc is found finished successfully 07:26:27.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:27.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:27.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:27.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:27.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:27.507 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:27.507 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:26:27.507 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:27.507 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:27.507 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 07:26:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 07:26:28.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 07:26:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:28.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:28.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:26:28.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:28.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:28.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:28.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 07:26:28.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:28.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:26:28.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:28.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:28.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:28.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:28.037 INFO [WorkbenchTestable][AbstractButton] Click button &Save 07:26:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:28.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:28.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:28.076 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:28.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:28.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:28.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:28.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:28.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:28.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:28.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:28.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:28.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:28.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:28.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:28.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:28.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:28.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:28.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:28.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:28.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:28.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:28.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:28.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:28.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:28.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:28.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:28.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:28.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:28.094 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:28.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:28.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:28.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:28.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:28.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:28.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:28.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:28.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:28.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:28.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:28.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:28.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:28.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:28.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:28.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:28.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:28.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:28.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:29.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:29.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:29.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:29.098 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:29.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:29.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:29.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:29.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:29.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:29.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:29.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:29.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:29.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:29.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:29.099 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:29.099 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:29.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:29.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:29.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:29.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:29.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:29.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:29.100 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:29.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:29.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:29.101 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:29.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:29.102 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:29.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:29.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:29.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:29.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:29.129 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:29.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:29.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:29.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:29.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:29.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:29.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:29.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:29.133 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:29.133 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:29.133 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:29.133 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:29.134 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:29.134 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:26:29.134 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:26:29.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:26:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:29.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:26:29.135 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:29.135 DEBUG [main][MenuItemLookup] Item match:File 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:29.135 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:26:29.135 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:26:29.136 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:29.136 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:29.136 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:29.169 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:29.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:29.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:29.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:29.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:29.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:29.169 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:29.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:29.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:29.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:29.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:29.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:29.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:29.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:29.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:29.171 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:29.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:29.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:29.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:29.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:29.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:29.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:29.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:29.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:29.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:29.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:29.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:29.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:29.176 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:29.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:29.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:29.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:29.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:29.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:29.189 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:29.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:29.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:29.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:29.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:29.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:29.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:29.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:29.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:29.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:29.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:29.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:30.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:30.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:30.192 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:30.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:30.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:30.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:30.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:30.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:30.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:30.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:30.193 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:30.193 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:30.194 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:30.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:30.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:30.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:30.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:30.194 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:30.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:30.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:30.196 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:30.196 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:30.196 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:30.196 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:30.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:30.197 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:30.197 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:30.218 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:30.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:30.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:30.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d89133e is found... 07:26:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d89133e is found failed, an exception will be thrown 07:26:40.226 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:40.226 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:40.226 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:40.247 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:40.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:40.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:40.248 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:40.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:40.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:40.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:40.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:40.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:40.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:40.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:40.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:40.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:40.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:40.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:40.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:40.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:40.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:40.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:40.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:40.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:40.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:40.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:40.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:40.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:40.253 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:40.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:40.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:40.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:40.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:40.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:40.255 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:40.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:40.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:40.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:40.256 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:40.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:40.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:40.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:40.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:40.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:40.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:40.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:41.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:41.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:41.257 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:41.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:41.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:41.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:41.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:41.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:41.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:41.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:41.258 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:41.258 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:41.259 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:41.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:41.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:41.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:41.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:41.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:41.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:41.259 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:41.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:41.263 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:41.263 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:41.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:41.263 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:41.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:41.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:41.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:41.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:41.284 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:41.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:41.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:41.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:41.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:41.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:41.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:41.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:41.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:41.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:41.287 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:41.287 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:41.287 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:41.287 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:41.288 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:41.288 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:26:41.288 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:26:41.288 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:41.313 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:41.313 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:41.313 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:41.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:41.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:41.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:41.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:41.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:41.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:41.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:41.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:41.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:41.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:41.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:41.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:41.316 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:41.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:41.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:41.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:41.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:41.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:41.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:41.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:41.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:41.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:41.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:41.322 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:41.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:41.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:41.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:41.323 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:41.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:41.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:41.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:41.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:41.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:41.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:41.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:41.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:42.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:42.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:42.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:42.325 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:42.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:42.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:42.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:42.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:42.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:42.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:42.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:42.326 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:42.326 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:42.326 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:42.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:42.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:42.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:42.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:42.327 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:42.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:42.328 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:42.328 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:42.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:42.329 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:42.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:42.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:42.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:42.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:42.349 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:42.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:42.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:42.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:42.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:42.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:42.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:42.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:42.352 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:42.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:42.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:42.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:26:42.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:42.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:42.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:26:42.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:42.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:42.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:42.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:42.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:42.356 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:42.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:42.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:42.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:42.380 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:42.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:42.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:42.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:42.381 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:42.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:42.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:42.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:42.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:42.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:42.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:42.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:43.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:43.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:43.383 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:43.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:43.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:43.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:43.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:43.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:43.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:43.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:43.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:43.384 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:43.384 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:43.385 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 07:26:43.385 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:43.385 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:43.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:43.385 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:26:43.385 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:26:43.385 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:26:43.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:26:43.387 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 07:26:43.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:26:43.387 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:26:43.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:26:43.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:26:43.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:43.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:43.409 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:43.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:43.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:43.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:43.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 07:26:43.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:43.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:43.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:43.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:43.412 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:43.412 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:43.412 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:43.412 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:43.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f022602 is found... 07:26:43.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f022602 is found finished successfully 07:26:43.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:43.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:43.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:43.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:43.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:43.415 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 07:26:43.420 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:43.420 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 07:26:43.420 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:43.420 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:43.421 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:43.421 DEBUG [main][EditorHandler] 2 editor(s) found 07:26:43.421 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:43.436 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:43.436 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:26:43.463 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:26:43.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:43.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:43.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:43.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:43.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:43.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:43.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:43.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:43.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:43.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:43.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:43.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:43.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:43.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:43.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:43.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:43.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:43.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:43.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:43.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:43.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:43.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:43.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:43.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:43.469 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:43.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:43.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:43.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:43.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:43.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:43.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:43.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:43.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:43.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:43.472 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:43.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:43.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:43.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:43.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:43.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:43.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:43.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:44.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:44.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:44.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:44.474 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:44.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:44.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:44.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:44.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:44.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:44.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:44.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:44.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:44.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:44.475 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:44.475 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:44.476 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:44.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:44.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:44.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:44.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:44.476 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:44.476 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:44.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:44.478 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:44.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:44.478 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:44.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:44.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:44.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:44.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:44.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:44.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:44.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:44.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:44.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:44.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:44.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:44.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:44.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:44.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:44.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:44.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:44.504 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:44.504 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:44.504 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:44.504 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:44.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:44.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:44.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:44.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:44.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:44.506 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:44.506 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:26:44.507 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:44.507 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:44.507 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:44.531 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:44.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:44.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:44.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:44.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:44.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:44.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:44.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:44.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:44.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:44.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:44.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:44.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:44.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:44.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:44.533 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:44.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:44.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:44.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:44.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:44.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:44.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:44.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:44.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:44.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:44.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:44.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:44.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:44.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:44.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:44.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:44.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:44.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:44.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:44.539 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:44.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:44.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:44.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:44.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:44.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:44.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:44.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:44.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:44.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:45.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:45.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:45.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:45.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:46.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:46.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:46.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:46.042 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:46.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:46.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:46.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:46.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:46.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:46.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:46.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:46.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:46.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:46.043 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:46.043 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:46.044 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:46.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:46.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:46.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:46.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:46.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:46.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:46.044 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:46.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:46.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:46.046 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:46.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:46.046 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:46.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:46.047 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:46.047 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:46.047 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:46.067 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:46.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:46.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:46.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:46.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:46.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:46.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:26:46.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:46.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:46.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:46.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:46.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:46.069 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:46.069 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:46.069 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:46.069 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:46.070 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:46.070 DEBUG [main][EditorHandler] 1 editor(s) found 07:26:46.070 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:46.095 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:46.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:46.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:46.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:46.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:46.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:46.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:46.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:46.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:46.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:46.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:46.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:46.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:46.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:46.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:46.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:46.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:46.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:46.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:46.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:46.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:46.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:46.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:46.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:46.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:46.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:46.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:46.101 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:46.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:46.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:46.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:46.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:46.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:46.103 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:46.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:46.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:46.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:46.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:46.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:46.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:46.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:46.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:46.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:46.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:46.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:46.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:47.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:47.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:47.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:47.105 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:47.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:47.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:47.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:47.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:47.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:47.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:47.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:47.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:47.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:47.106 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:47.107 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:47.107 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:26:47.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:47.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:47.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:47.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:47.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:47.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:47.107 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:47.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:47.109 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:47.109 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:26:47.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:26:47.109 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:26:47.109 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:26:47.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:26:47.110 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:47.110 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:47.131 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:47.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:47.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:47.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:47.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:47.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:47.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:26:47.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:47.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:47.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:26:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:47.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:26:47.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:26:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:47.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:47.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:47.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:47.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:47.138 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:47.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:47.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:47.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:47.169 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:47.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:47.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:47.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:47.170 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:47.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:47.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:47.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:47.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:47.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:47.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:47.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:47.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:48.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:48.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:48.172 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:26:48.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:26:48.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:48.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:48.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:48.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:48.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:48.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:48.173 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:48.174 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:26:48.175 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 07:26:48.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:26:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:48.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:26:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:48.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:26:48.177 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 07:26:48.178 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 07:26:48.178 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 07:26:48.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 07:26:48.182 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 07:26:48.182 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 07:26:48.182 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 07:26:48.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 07:26:48.183 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 07:26:48.183 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:48.183 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:48.209 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:48.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:48.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:48.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@47e94a5b is found... 07:26:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@47e94a5b is found finished successfully 07:26:48.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 07:26:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:48.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:48.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:48.212 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:48.212 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:48.212 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:26:48.212 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:26:48.212 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:48.213 DEBUG [main][EditorHandler] 2 editor(s) found 07:26:48.213 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:26:48.221 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:26:48.221 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 07:26:48.260 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 07:26:48.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:48.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:48.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:48.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:48.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:48.261 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:26:48.261 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:48.261 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:48.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:48.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:48.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:26:48.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:48.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:48.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:48.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:48.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:48.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:48.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:26:48.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:48.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:48.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:48.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:48.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:48.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:48.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:48.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:48.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:48.296 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:48.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:48.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:48.297 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:48.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:48.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:48.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:48.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:48.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:49.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:49.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:49.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:49.298 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:49.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:49.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:49.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:49.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:49.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:49.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:49.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:49.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:49.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:49.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:49.299 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:49.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:49.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:49.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:49.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:49.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:49.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:49.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:49.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:50.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:50.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:50.301 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:50.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:50.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:50.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:50.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:50.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:50.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:50.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:50.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:50.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:50.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:50.303 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:50.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:50.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:50.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:50.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:50.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:50.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:50.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:50.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:50.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:50.303 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:26:50.303 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:26:50.304 DEBUG [main][TreeItemHandler] Set Tree selection 07:26:50.304 DEBUG [main][TreeHandler] Notify Tree about selection event 07:26:50.310 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:26:50.314 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 07:26:50.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:26:50.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'New' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:26:50.348 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:26:50.349 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:50.349 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:26:50.349 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:26:50.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:26:50.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:26:50.349 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:26:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:50.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:26:50.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:26:50.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:50.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:50.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:50.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:50.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:26:50.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:50.874 DEBUG [main][MenuItemLookup] Found menu:'New' 07:26:50.874 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:26:50.874 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:50.874 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:26:50.874 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:50.874 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:26:50.874 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:26:50.874 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:26:50.874 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:26:50.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:26:50.874 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:26:50.874 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:26:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 07:26:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 07:26:51.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:26:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:51.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:51.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 07:26:51.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:51.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:51.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:51.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:26:51.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:51.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:51.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:51.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:51.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:51.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:51.460 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:26:51.460 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:26:51.460 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:26:51.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:51.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:51.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:51.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:51.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 07:26:51.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:51.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:51.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:51.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:26:51.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:51.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:51.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:51.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:51.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:51.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:51.461 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:26:51.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:51.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:51.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:51.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:26:51.471 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:26:51.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:26:51.971 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:26:51.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:51.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:26:51.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:26:51.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:51.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:51.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:51.971 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:51.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:51.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:51.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:26:51.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:51.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:51.973 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:26:51.973 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:51.973 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:51.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:51.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.498 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.414 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.092 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.221 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.1 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.081 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.121 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.072 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.649 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.061 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.173 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.071 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.085 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.095 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.162 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.62 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.613 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.092 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.079 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.066 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.149 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.068 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.564 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.165 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:26:51.983 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:26:51.984 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:26:51.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:51.984 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:26:51.984 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:51.984 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:26:51.985 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:51.985 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:26:51.985 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:51.985 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:26:51.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:51.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:51.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:51.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:51.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:51.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:51.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:51.986 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:51.986 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:51.986 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:51.986 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:51.986 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:51.986 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:51.986 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:51.986 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:51.986 DEBUG [main][MenuItemLookup] Item match:Window 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:51.987 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:26:51.987 DEBUG [main][MenuItemLookup] Item match:Preferences 07:26:51.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:26:51.987 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:26:51.987 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:26:52.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:26:52.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:26:52.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:26:52.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:52.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:52.061 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:26:52.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:26:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:52.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:26:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:52.064 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:26:52.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:52.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:52.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:52.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:26:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:26:52.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:52.087 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:52.087 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:52.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.088 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:26:52.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:52.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:52.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:26:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:52.090 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:52.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:52.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:52.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:52.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:52.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:52.091 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:52.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:52.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:52.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:26:52.092 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:52.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:52.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:52.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:26:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.093 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:52.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:52.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:52.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:26:52.102 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:26:52.102 DEBUG [main][EditorHandler] 0 editor(s) found 07:26:52.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:26:52.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:26:52.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:26:52.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:26:52.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:26:52.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:26:52.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:26:52.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.104 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:26:52.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.104 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:26:52.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:52.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:52.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:52.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:52.104 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:52.104 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:52.104 DEBUG [main][MenuItemLookup] Item match:File 07:26:52.105 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:26:52.105 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:26:52.106 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:26:52.106 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:52.106 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:26:52.106 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:52.106 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:26:52.106 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:52.106 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:26:52.106 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:26:52.107 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:26:52.107 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:26:52.107 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:26:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:26:52.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:26:52.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:26:52.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:52.167 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:26:52.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:26:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:26:52.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:52.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:52.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:26:52.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:52.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:52.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:52.169 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 07:26:52.169 DEBUG [main][TreeItemHandler] Selecting tree item: Project 07:26:52.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 07:26:52.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 07:26:52.172 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:26:52.172 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:26:52.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:26:52.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:52.173 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:26:52.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:52.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:52.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:52.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:52.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:26:52.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 07:26:52.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 07:26:52.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 07:26:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:52.197 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:26:52.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.197 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 07:26:52.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 07:26:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:26:52.198 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:26:52.199 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 07:26:52.200 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:26:52.200 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 07:26:52.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:26:52.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:52.201 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:26:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:52.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:52.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:52.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:26:52.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:26:52.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:52.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 07:26:52.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:26:52.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:52.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:52.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:52.707 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.707 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.709 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:52.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:52.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:52.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:52.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:52.709 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:52.709 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:52.709 DEBUG [main][MenuItemLookup] Item match:File 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Revert' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:52.710 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:26:52.710 DEBUG [main][MenuItemLookup] Item match:Import... 07:26:52.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 07:26:52.711 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 07:26:52.711 INFO [main][MenuItemHandler] Select menu item: &Import... 07:26:52.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 07:26:52.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 07:26:52.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 07:26:52.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:52.769 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:26:52.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:52.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:26:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:52.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:52.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:52.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:26:52.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:53.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:53.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:26:53.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:53.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:53.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:53.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:53.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:53.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 07:26:53.274 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 07:26:53.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 07:26:53.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 07:26:53.278 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:26:53.278 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 07:26:53.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:26:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:53.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:53.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:53.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:53.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:53.279 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:26:53.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:53.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:53.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:53.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:53.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:26:53.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:53.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:53.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 07:26:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:53.370 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:26:53.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 07:26:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 07:26:53.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 07:26:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:53.370 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 07:26:53.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:53.372 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 07:26:53.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 07:26:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:53.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:53.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:53.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:53.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:53.374 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 07:26:53.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:53.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:53.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:53.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:53.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 07:26:53.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:53.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:53.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:53.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:53.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:26:53.388 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/testProject to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/ 07:26:53.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 07:26:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:53.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:53.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:53.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:53.420 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 07:26:53.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:53.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:53.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:53.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:53.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 07:26:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:53.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:53.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:53.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 07:26:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 07:26:53.441 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 07:26:53.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 07:26:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:53.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:53.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:53.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:53.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 07:26:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:53.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:53.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:53.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:53.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:53.443 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 07:26:53.443 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 07:26:53.443 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 07:26:53.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:53.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:53.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:53.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:53.444 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 07:26:53.444 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 07:26:53.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:26:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:53.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:53.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:53.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:53.446 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:26:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:53.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:53.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:53.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:26:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:26:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:53.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 07:26:54.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 07:26:54.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 07:26:54.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 07:26:54.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:26:54.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:54.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:54.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:54.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:54.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:54.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:54.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:26:54.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:54.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:54.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:54.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:54.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:26:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:54.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:54.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:54.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:54.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:54.954 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:54.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:54.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:54.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:54.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:54.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:54.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:54.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:54.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:54.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:54.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:54.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:54.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:54.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:54.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:54.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:55.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:55.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:55.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:55.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:26:55.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:55.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:55.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:55.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:55.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:26:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:55.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:55.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:55.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:55.970 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:26:55.970 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:26:55.970 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:26:55.971 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:26:55.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:26:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:56.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:26:56.509 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:26:56.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:26:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:57.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:57.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:26:57.023 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:26:57.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:26:57.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:57.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:57.523 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:26:57.524 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:26:57.524 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:26:57.525 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:26:57.555 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:26:57.556 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:26:57.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:26:57.556 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:26:57.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:26:57.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:26:57.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:26:57.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:26:58.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:26:58.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 07:26:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:26:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:26:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:26:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:26:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:26:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:26:58.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:26:58.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11dc929a is found... 07:26:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11dc929a is found finished successfully 07:26:58.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:26:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:58.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:58.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:58.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:58.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:58.630 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:58.630 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:26:58.632 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 07:26:58.648 INFO [WorkbenchTestable][Keyboard] Type text "a" 07:26:59.175 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:26:59.175 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 07:26:59.777 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:59.777 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:26:59.777 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:26:59.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:26:59.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:59.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:59.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:26:59.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:26:59.778 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:59.778 DEBUG [main][MenuItemLookup] Item match:File 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:59.779 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:26:59.779 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:26:59.779 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:26:59.779 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:26:59.779 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:26:59.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:26:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:26:59.834 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:59.834 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:26:59.834 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:59.834 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:26:59.834 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:26:59.834 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:00.017 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:00.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:00.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:00.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:00.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:00.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:00.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:00.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:00.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:00.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:00.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:00.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:00.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:00.021 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:00.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:00.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:00.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:00.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:00.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:00.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:00.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:00.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:00.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:00.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:00.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:00.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:00.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:00.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:00.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:00.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:00.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:00.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:01.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:01.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:01.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:01.025 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:01.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:01.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:01.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:01.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:01.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:01.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:01.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:01.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:01.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:01.027 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:01.027 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:01.027 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:01.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:01.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:01.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:01.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:01.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:01.029 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:01.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:01.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:01.039 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:01.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:01.039 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:01.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:01.045 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:01.045 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:01.045 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:01.249 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:01.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:01.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 07:27:01.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:01.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:01.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:01.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:01.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:01.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:01.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:01.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d2e74d8 is found... 07:27:01.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d2e74d8 is found finished successfully 07:27:01.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:01.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:01.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:01.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:01.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:01.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:01.257 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:01.257 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:01.257 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:01.322 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:01.323 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:01.323 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:01.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:01.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:01.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:01.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:01.323 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:01.323 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:01.323 DEBUG [main][MenuItemLookup] Item match:File 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:01.324 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:01.324 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:01.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:01.324 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:01.324 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:01.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:01.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:01.419 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:01.419 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:01.419 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:01.419 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:01.419 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:01.518 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:01.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:01.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:01.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:01.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:01.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:01.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:01.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:01.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:01.520 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:01.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:01.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:01.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:01.521 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:01.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:01.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:01.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:01.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:01.522 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:01.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:01.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:01.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:01.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:01.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:01.523 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:01.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:01.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:01.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:01.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:01.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:01.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:01.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:01.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:01.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:02.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:02.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:02.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:02.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:02.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:02.575 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:02.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:02.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:02.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:02.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:02.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:02.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:02.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:02.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:02.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:02.576 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:02.576 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:02.577 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:02.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:02.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:02.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:02.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:02.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:02.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:02.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:02.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:02.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:02.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:02.578 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:02.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:02.585 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:02.585 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:02.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:02.586 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:02.586 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:02.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:02.593 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:02.594 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:02.810 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:02.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:02.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:02.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:02.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:02.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:02.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:02.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:02.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:02.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:02.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a74be22 is found... 07:27:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a74be22 is found finished successfully 07:27:02.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:02.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:02.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:02.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:02.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:02.819 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:02.819 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:02.819 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:02.819 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:02.821 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 07:27:02.832 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 07:27:02.842 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:02.842 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:27:03.464 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:03.464 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:27:04.065 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:04.065 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:27:04.666 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:04.666 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:27:05.267 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:05.267 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:27:05.868 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:05.868 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:27:06.469 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:06.469 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 07:27:07.070 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:07.070 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:27:07.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:07.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:07.671 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:07.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:07.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:07.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:07.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:07.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:07.673 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:07.673 DEBUG [main][MenuItemLookup] Item match:File 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:07.674 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:07.674 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:07.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:07.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:07.674 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:07.705 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:07.705 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:07.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:07.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:07.708 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:07.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:07.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:07.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:07.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:07.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:07.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:07.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:07.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:07.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:07.710 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:07.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:07.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:07.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:07.742 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:07.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:07.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:07.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:07.742 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:07.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:07.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:07.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:07.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:07.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:08.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:08.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:08.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:08.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:08.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:08.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:08.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:08.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:08.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:08.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:08.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:08.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:08.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:08.745 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:08.746 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:08.746 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:08.746 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:08.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:08.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:08.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:08.747 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:08.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:08.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:08.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:08.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:08.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:08.747 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:08.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:08.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:08.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:08.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:08.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:08.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:08.747 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:08.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:08.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:08.756 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:08.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:08.756 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:08.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:08.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:08.761 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:08.762 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:08.793 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:08.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:08.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:08.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:08.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:08.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:08.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:08.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:08.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:08.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@270bb974 is found... 07:27:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@270bb974 is found finished successfully 07:27:08.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:08.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:08.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:08.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:08.797 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:08.797 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:08.797 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:08.812 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:08.812 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:08.812 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:08.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:08.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:08.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:08.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:08.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:08.813 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:08.813 DEBUG [main][MenuItemLookup] Item match:File 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:08.814 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:08.814 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:08.814 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:08.814 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:08.814 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:08.847 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:08.847 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:08.847 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:08.847 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:08.847 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:08.905 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:08.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:08.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:08.905 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:08.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:08.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:08.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:08.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:08.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:08.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:08.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:08.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:08.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:08.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:08.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:08.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:08.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:08.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:08.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:08.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:08.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:08.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:08.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:08.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:08.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:08.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:08.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:08.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:08.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:08.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:08.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:08.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:08.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:08.910 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:08.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:08.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:08.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:08.910 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:08.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:08.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:08.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:08.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:08.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:08.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:09.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:09.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:09.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:09.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:09.912 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:09.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:09.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:09.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:09.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:09.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:09.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:09.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:09.913 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:09.914 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:09.914 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:09.914 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:09.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:09.914 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:09.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:09.914 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:09.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:09.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:09.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:09.915 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:09.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:09.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:09.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:09.915 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:09.915 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:09.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:09.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:09.923 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:09.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:09.923 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:09.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:09.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:09.927 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:09.928 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:10.054 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:10.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:10.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:10.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:10.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:10.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:10.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:10.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:10.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:10.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:10.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54ebaa84 is found... 07:27:10.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54ebaa84 is found finished successfully 07:27:10.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:10.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:10.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:10.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:10.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:10.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:10.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:10.062 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:10.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:10.063 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:10.063 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:27:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:11.063 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:11.063 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:11.063 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:11.063 DEBUG [main][MenuItemLookup] Item match:Edit 07:27:11.064 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:27:11.064 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:27:11.064 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:11.064 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:27:11.064 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:27:11.064 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:27:11.064 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:27:11.064 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:11.065 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:27:11.065 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:27:11.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 07:27:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 07:27:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 07:27:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 07:27:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 07:27:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 07:27:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 07:27:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 07:27:11.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:11.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:11.069 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:11.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:11.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:11.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:11.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:11.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:11.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:11.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:11.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:11.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:11.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:11.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:11.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:11.099 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:11.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:11.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:11.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:11.100 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:11.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:11.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:11.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:11.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:11.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:11.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:11.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:11.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:12.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:12.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:12.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:12.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:12.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:12.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:12.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:12.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:12.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:12.103 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:12.103 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:12.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:12.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:12.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:12.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:12.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:12.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:12.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:12.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:12.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:12.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:12.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:12.104 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:12.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:12.111 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:12.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:12.113 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:12.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:12.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:12.119 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:12.119 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:12.153 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:12.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:12.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:12.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:12.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:12.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:12.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:12.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:12.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:12.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1adfa2e is found... 07:27:12.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1adfa2e is found finished successfully 07:27:12.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:12.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:12.157 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:12.157 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:12.157 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:12.177 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:12.177 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:12.177 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:12.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:12.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:12.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:12.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:12.177 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:12.177 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:12.177 DEBUG [main][MenuItemLookup] Item match:File 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:12.178 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:12.178 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:12.178 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:12.178 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:12.178 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:12.215 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:12.215 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:12.215 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:12.215 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:12.215 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:12.284 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:12.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:12.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:12.284 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:12.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:12.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:12.285 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:12.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:12.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:12.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:12.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:12.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:12.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:12.285 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:12.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:12.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:27:12.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:12.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:12.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:12.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:27:12.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:12.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:12.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:12.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:12.310 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:27:12.310 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:12.310 DEBUG [main][MenuItemLookup] Item match:File 07:27:12.311 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:12.311 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:27:12.312 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:27:12.312 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:12.312 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:27:12.312 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:12.312 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:27:12.312 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:12.312 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:27:12.312 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:27:12.312 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:27:12.312 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:27:12.312 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:27:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:27:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:27:12.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:27:12.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:12.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:12.376 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:12.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:27:12.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:27:12.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:12.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:12.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:27:12.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:12.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:12.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:12.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:12.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:12.378 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:27:12.378 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:27:12.378 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:27:12.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:27:12.381 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:12.381 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:27:12.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:27:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:12.382 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:27:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:12.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:12.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:12.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:12.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:27:12.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:27:12.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:27:12.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:12.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:12.414 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:27:12.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:12.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:27:12.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:12.417 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:12.418 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 07:27:12.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:27:12.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:12.419 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:12.420 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:27:12.425 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:27:12.425 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:27:12.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:27:12.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:12.426 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:27:12.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:12.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:12.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:12.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:27:12.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:27:12.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:12.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:27:12.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:27:12.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:12.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:12.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:12.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:12.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:12.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:12.932 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 07:27:12.937 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:12.937 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:12.937 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:12.937 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:12.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.946 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:12.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:12.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:12.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:12.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:12.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:12.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:12.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:12.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:12.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:12.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:12.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:12.953 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:12.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:12.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:12.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:12.954 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:12.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:12.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:12.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:12.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:12.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:13.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:13.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:13.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:13.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:13.955 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:13.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:13.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:13.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:13.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:13.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:13.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:13.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:13.956 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:13.956 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:13.957 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:13.957 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:13.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:13.957 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:13.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:13.957 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:13.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:13.957 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:13.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:13.958 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:13.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:13.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:13.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:13.958 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:13.958 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:13.958 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:13.965 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:13.965 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:13.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:13.965 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:13.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:13.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:13.977 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:13.977 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:14.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d412a3 is found... 07:27:14.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d412a3 is found finished successfully 07:27:14.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:14.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:14.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:14.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:14.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:14.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:14.120 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:14.121 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:14.121 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:14.140 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:14.140 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:14.140 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:14.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:14.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:14.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:14.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:14.141 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:14.141 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:14.141 DEBUG [main][MenuItemLookup] Item match:File 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:14.142 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:14.142 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:14.168 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:14.168 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:14.168 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:14.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:14.177 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:14.177 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:14.177 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:14.177 DEBUG [main][EditorHandler] 2 editor(s) found 07:27:14.177 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:14.184 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:14.227 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:14.324 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:14.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:14.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:14.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:14.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:14.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:14.324 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:14.324 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:14.325 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:14.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:14.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:14.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:14.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:14.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:14.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:14.326 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:14.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:14.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:14.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:14.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:14.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:14.327 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:14.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:14.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:14.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:14.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:14.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:14.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:14.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:14.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:14.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:14.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:14.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:14.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:14.330 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:14.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:14.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:14.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:14.330 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:14.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:14.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:14.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:14.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:14.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:14.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:14.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:14.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:15.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:15.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:15.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:15.332 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:15.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:15.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:15.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:15.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:15.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:15.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:15.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:15.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:15.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:15.333 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:15.334 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:15.334 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:15.334 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:15.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:15.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:15.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:15.335 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:15.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:15.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:15.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:15.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:15.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:15.335 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:15.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:15.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:15.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:15.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:15.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:15.335 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:15.335 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:15.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:15.342 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:15.342 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:15.342 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:15.342 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:15.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:15.347 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:15.347 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:15.347 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:15.465 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:15.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:15.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:15.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:15.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:15.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:15.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:15.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@702d1d2a is found... 07:27:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@702d1d2a is found finished successfully 07:27:15.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:15.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:15.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:15.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:15.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:15.473 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:15.473 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:15.473 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 07:27:15.473 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 07:27:15.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:15.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:15.487 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:15.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:15.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:15.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:15.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:15.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:15.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:15.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:15.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:15.489 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:15.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:15.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:15.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:15.545 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:15.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:15.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:15.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:15.545 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:15.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:15.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:15.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:15.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:15.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:16.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:16.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:16.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:16.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:16.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:16.556 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:16.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:16.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:16.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:16.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:16.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:16.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:16.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:16.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:16.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:16.557 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:16.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:16.558 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:16.558 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:16.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:16.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:16.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:16.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:16.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:16.559 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:16.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:16.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:16.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:16.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:16.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:16.559 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:16.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:16.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:16.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:16.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:16.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:16.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:16.559 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:16.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:16.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:16.569 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:16.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:16.569 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:16.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:16.574 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:16.574 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:16.574 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:16.606 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:16.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:16.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:16.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:16.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:16.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:16.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1177b0e5 is found... 07:27:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1177b0e5 is found finished successfully 07:27:16.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:16.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:16.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:16.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:16.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:16.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:16.610 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:16.610 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:16.610 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:16.626 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:16.626 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:16.627 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:16.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:16.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:16.627 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:16.627 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:16.627 DEBUG [main][MenuItemLookup] Item match:File 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:16.628 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:16.628 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:16.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:16.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:16.628 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:16.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:16.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:16.658 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:16.658 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:16.658 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:16.658 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:16.658 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:16.748 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:16.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:16.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:16.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:16.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:16.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:16.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:16.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:16.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:16.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:16.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:16.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:16.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:16.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:16.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:16.750 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:16.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:16.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:16.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:16.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:16.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:16.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:16.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:16.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:16.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:16.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:16.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:16.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:16.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:16.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:16.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:16.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:16.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:16.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:16.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:16.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:16.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:16.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:16.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:16.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:16.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:16.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:16.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:16.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:16.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:17.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:17.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:17.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:17.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:17.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:17.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:17.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:17.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:17.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:17.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:17.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:17.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:17.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:17.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:17.760 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:17.760 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:17.761 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:17.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:17.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:17.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:17.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:17.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:17.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:17.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:17.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:17.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:17.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:17.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:17.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:17.762 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:17.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:17.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:17.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:17.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:17.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:17.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:17.762 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:17.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:17.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:17.770 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:17.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:17.771 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:17.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:17.780 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:17.780 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:17.780 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:17.928 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:17.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:17.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:17.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:17.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:17.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:17.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:17.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:17.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:17.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:17.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46722530 is found... 07:27:17.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46722530 is found finished successfully 07:27:17.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:17.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:17.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:17.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:17.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:17.936 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:17.936 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:17.936 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:17.936 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:18.138 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:18.346 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:18.346 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:18.546 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:18.749 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:18.749 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:18.950 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:19.152 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:19.152 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:19.353 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:19.556 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:19.556 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:27:19.756 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:27:20.757 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 1 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { 07:27:20.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:20.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:20.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:20.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:20.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:20.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:20.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:20.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:20.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:20.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:20.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:20.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:20.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:20.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:20.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:20.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:20.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:20.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:20.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:20.789 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:20.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:20.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:20.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:20.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:20.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:20.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:20.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:20.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:20.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:20.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:21.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:21.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:21.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:21.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:21.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:21.791 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:21.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:21.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:21.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:21.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:21.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:21.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:21.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:21.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:21.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:21.793 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:21.793 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:21.793 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:21.793 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:21.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:21.793 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:21.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:21.794 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:21.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:21.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:21.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:21.794 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:21.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:21.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:21.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:21.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:21.794 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:21.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:21.800 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:21.800 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:21.800 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:21.800 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:21.800 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:21.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:21.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:21.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:21.836 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:21.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:21.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:21.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:21.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:21.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:21.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26c4f8b6 is found... 07:27:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26c4f8b6 is found finished successfully 07:27:21.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:21.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:21.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:21.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:21.840 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:21.840 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:21.840 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:21.861 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:21.861 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:21.861 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:21.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:21.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:21.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:21.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:21.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:21.862 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:21.862 DEBUG [main][MenuItemLookup] Item match:File 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:21.863 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:21.863 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:21.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:21.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:21.863 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:21.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:21.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:21.914 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:21.914 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:21.914 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:21.914 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:21.914 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:21.973 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:21.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:21.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:21.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:21.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:21.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:21.974 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:21.974 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:21.974 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:21.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:21.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:21.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:21.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:21.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:21.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:21.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:21.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:21.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:21.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:21.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:21.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:21.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:21.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:21.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:21.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:21.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:21.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:21.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:21.977 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:21.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:21.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:21.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:21.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:21.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:21.979 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:21.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:21.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:21.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:21.979 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:21.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:21.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:21.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:21.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:21.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:22.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:22.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:22.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:22.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:22.981 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:22.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:22.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:22.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:22.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:22.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:22.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:22.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:22.982 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:22.982 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:22.982 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:22.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:22.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:22.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:22.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:22.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:22.984 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:22.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:22.993 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:22.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:22.993 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:22.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:22.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:22.999 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:22.999 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:23.123 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:23.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:23.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:23.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:23.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:23.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:23.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:23.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f07ca00 is found... 07:27:23.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f07ca00 is found finished successfully 07:27:23.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:23.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:23.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:23.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:23.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:23.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:23.145 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:23.145 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:23.145 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:23.145 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:23.345 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:23.554 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:23.554 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:23.754 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:23.957 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:23.957 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:24.157 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:24.360 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:24.360 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:24.560 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:24.764 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:24.764 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:27:24.965 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:27:25.966 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 2 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } 07:27:25.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.968 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:25.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:25.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:25.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:25.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:25.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:25.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:25.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:25.970 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:25.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:25.999 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:26.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:26.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:26.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:26.000 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:26.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:26.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:26.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:26.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:26.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:26.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:26.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:26.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:27.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:27.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:27.002 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:27.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:27.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:27.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:27.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:27.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:27.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:27.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:27.003 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:27.003 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:27.003 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:27.003 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:27.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:27.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:27.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:27.004 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:27.004 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:27.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:27.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:27.012 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:27.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:27.012 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:27.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:27.017 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:27.017 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:27.017 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:27.047 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:27.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:27.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:27.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:27.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:27.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:27.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:27.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:27.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:27.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7086830d is found... 07:27:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7086830d is found finished successfully 07:27:27.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:27.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:27.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:27.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:27.050 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.050 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 07:27:27.050 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:27.069 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.069 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:27.069 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:27.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:27.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:27.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:27.070 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:27.070 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:27.070 DEBUG [main][MenuItemLookup] Item match:File 07:27:27.070 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:27.070 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:27.070 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:27.071 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:27.071 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:27.071 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:27.071 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:27.071 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:27.071 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:27.071 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:27.071 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:27.071 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:27.071 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:27.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:27.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:27.118 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.118 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:27.118 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:27.118 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:27.118 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:27.183 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:27.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:27.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:27.183 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:27.183 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:27.183 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:27.183 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:27.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:27.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:27.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:27.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:27.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:27.185 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:27.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:27.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:27.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:27.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:27.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:27.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:27.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:27.223 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:27.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:27.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:27.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:27.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:27.225 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:27.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:27.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:27.225 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:27.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:27.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:27.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:27.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:27.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:28.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:28.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:28.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:28.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:28.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:28.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:28.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:28.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:28.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:28.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:28.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:28.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:28.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:28.228 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:28.228 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:28.229 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:28.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:28.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:28.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:28.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:28.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:28.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:28.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:28.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:28.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:28.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:28.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:28.230 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:28.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:28.237 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:28.238 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:28.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:28.238 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:28.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:28.242 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:28.243 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:28.245 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:28.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:28.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:28.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:28.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:28.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:28.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:28.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:28.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:28.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:28.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:28.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b7b79ac is found... 07:27:28.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b7b79ac is found finished successfully 07:27:28.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:28.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:28.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:28.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:28.366 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:28.367 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:28.367 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:28.394 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:28.395 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:28.395 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:28.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:28.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:28.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:28.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:28.395 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:28.395 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:28.395 DEBUG [main][MenuItemLookup] Item match:File 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:28.396 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:28.396 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:28.396 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:28.396 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:28.396 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:28.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:28.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:28.426 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:28.426 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:28.426 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:27:29.426 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:29.453 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:27:30.453 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:30.453 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 07:27:30.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:30.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:30.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:30.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:30.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:30.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:30.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:30.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:30.490 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:30.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:30.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:30.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:30.490 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:30.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:30.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:30.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:30.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:30.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:31.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:31.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:31.492 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:31.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:31.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:31.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:31.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:31.493 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:31.493 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:31.493 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:31.493 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:31.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:31.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:31.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:31.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:31.494 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:31.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:31.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:31.502 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:31.502 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:31.502 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:31.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:31.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:31.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:31.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:31.539 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:31.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:31.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:31.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:31.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:31.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:31.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:31.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:31.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:31.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1cf4f218 is found... 07:27:31.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1cf4f218 is found finished successfully 07:27:31.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:31.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:31.543 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.543 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 07:27:31.543 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:31.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.553 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:31.553 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:31.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:31.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:31.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:31.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:31.553 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:31.553 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:31.554 DEBUG [main][MenuItemLookup] Item match:File 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:31.554 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:31.554 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:31.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:31.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:31.555 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:31.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:31.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:31.584 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.584 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:31.584 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:31.584 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:31.584 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:31.656 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:31.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:31.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:31.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:31.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:31.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:31.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:31.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:31.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:31.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:31.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:31.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:31.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:31.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.657 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:31.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:31.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:31.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:31.659 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:31.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:31.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:31.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:31.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:31.661 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:31.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:31.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:31.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:31.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:31.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:31.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:32.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:32.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:32.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:32.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:32.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:32.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:32.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:32.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:32.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:32.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:32.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:32.666 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:32.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:32.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:32.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:32.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:32.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:32.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:32.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:32.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:32.667 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:32.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:32.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:32.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:32.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:32.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:32.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:32.667 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:32.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:32.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:32.677 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:32.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:32.677 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:32.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:32.682 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:32.682 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:32.685 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:32.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:32.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:32.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:32.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:32.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:32.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:32.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:32.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:32.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:32.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:32.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3df261ec is found... 07:27:32.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3df261ec is found finished successfully 07:27:32.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:32.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:32.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:32.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:32.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.821 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:32.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.822 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:32.822 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 07:27:32.840 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.840 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:32.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:32.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:32.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:32.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:32.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:32.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:32.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:32.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:32.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:32.847 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:32.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:32.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:32.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:32.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:32.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:32.878 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:32.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:32.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:32.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:32.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:33.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:33.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:33.880 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:33.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:33.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:33.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:33.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:33.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:33.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:33.881 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:33.882 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:33.882 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:33.882 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:33.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:33.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:33.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:33.882 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:33.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:33.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:33.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:33.883 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:33.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:33.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:33.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:33.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:33.883 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:33.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:33.890 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:33.890 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:33.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:33.890 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:33.890 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:33.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:33.897 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:33.897 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:33.928 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:33.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:33.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:33.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:33.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:33.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:33.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e0ccbf3 is found... 07:27:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e0ccbf3 is found finished successfully 07:27:33.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:33.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:33.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:33.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:33.931 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:33.932 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:33.932 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:33.939 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:33.939 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:33.939 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:33.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:33.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:33.939 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:33.940 DEBUG [main][MenuItemLookup] Item match:File 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:33.940 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:33.940 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:33.941 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:33.941 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:33.941 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:33.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:33.976 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:33.976 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:33.976 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:33.976 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:33.976 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:34.053 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:34.053 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:34.053 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:34.053 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:34.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:34.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:34.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:34.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:34.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:34.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:34.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:34.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:34.055 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:34.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:34.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:34.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:34.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:34.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:34.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:34.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:34.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:34.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:34.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:34.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:34.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:34.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:34.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:34.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:34.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:34.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:34.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:34.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:34.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:34.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:35.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:35.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:35.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:35.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:35.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:35.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:35.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:35.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:35.062 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:35.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:35.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:35.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:35.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:35.063 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:35.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:35.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:35.073 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:35.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:35.073 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:35.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:35.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:35.078 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:35.079 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:35.198 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:35.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:35.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:35.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:35.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:35.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:35.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:35.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5743f565 is found... 07:27:35.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5743f565 is found finished successfully 07:27:35.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:35.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:35.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:35.216 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.216 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:35.216 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 07:27:35.217 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 07:27:35.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:35.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:35.233 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.233 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 07:27:35.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:35.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:35.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:35.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:35.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:35.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:35.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:35.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:35.236 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:35.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:35.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:35.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:35.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:35.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:35.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:35.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:35.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:35.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:35.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:36.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:36.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:36.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:36.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:36.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:36.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:36.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:36.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:36.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:36.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:36.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:36.273 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:36.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:36.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:36.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:36.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:36.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:36.274 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:36.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:36.281 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:36.281 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:36.281 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:36.281 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:36.281 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:36.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:36.286 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:36.286 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:36.316 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:36.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:36.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:36.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:36.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:36.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:36.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:36.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:36.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:36.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32d91b58 is found... 07:27:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32d91b58 is found finished successfully 07:27:36.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:36.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:36.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:36.320 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.320 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 07:27:36.320 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:36.333 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.333 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:36.333 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:36.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:36.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:36.334 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:36.334 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:36.334 DEBUG [main][MenuItemLookup] Item match:File 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:36.335 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:36.335 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:36.335 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:36.335 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:36.335 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:36.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:36.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:36.363 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.363 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:36.363 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:36.364 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:36.364 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:36.453 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:36.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:36.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:36.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:36.454 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:36.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:36.454 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:36.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:36.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:36.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:36.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:36.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:36.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:36.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:36.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:36.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:36.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:36.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:36.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:36.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:36.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:36.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:36.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:36.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:36.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:36.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:36.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:36.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:36.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:36.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:36.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:36.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:36.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:37.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:37.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:37.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:37.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:37.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:37.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:37.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:37.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:37.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:37.462 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:37.462 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:37.462 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:37.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:37.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:37.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:37.463 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:37.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:37.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:37.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:37.463 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:37.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:37.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:37.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:37.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:37.463 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:37.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:37.471 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:37.472 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:37.472 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:37.472 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:37.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:37.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:37.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:37.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:37.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:37.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:37.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:37.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:37.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:37.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:37.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:37.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b020680 is found... 07:27:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b020680 is found finished successfully 07:27:37.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:37.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:37.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:37.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:37.605 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.605 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:37.605 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 07:27:37.612 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 07:27:37.612 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 07:27:37.624 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.624 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:37.624 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:37.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:37.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:37.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:37.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:37.624 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:37.624 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:37.624 DEBUG [main][MenuItemLookup] Item match:File 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.625 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:37.625 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:37.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:37.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:37.626 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:37.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.655 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:37.655 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:37.656 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:37.656 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:37.656 DEBUG [main][MenuItemLookup] Item match:Edit 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:37.657 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:27:37.657 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:27:37.657 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.657 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:37.658 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 07:27:37.658 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:27:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:38.658 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:38.658 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:38.658 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:38.658 DEBUG [main][MenuItemLookup] Item match:Edit 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:38.659 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:27:38.659 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:27:38.660 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 07:27:38.660 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 07:27:38.660 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 07:27:38.660 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 07:27:38.660 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 07:27:38.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:27:38.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:27:38.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:38.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:27:38.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:38.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:38.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:38.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:27:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:27:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:27:38.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:27:38.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:27:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:38.865 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:27:38.865 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:27:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:27:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] abstract 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] class 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] enum 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] final 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] import 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] interface 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] public 07:27:38.866 DEBUG [WorkbenchTestable][ContentAssistant] record 07:27:38.867 DEBUG [WorkbenchTestable][ContentAssistant] sealed 07:27:38.867 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 07:27:38.868 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 07:27:38.868 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 07:27:38.869 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 07:27:38.869 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 07:27:38.870 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 07:27:38.870 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 07:27:38.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:27:38.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:27:38.873 TRACE [main][WidgetHandler] Notify Table with event 13 07:27:38.873 TRACE [main][WidgetHandler] Wait for synchronization 07:27:38.873 TRACE [main][WidgetHandler] Notify Table with event 14 07:27:38.873 TRACE [main][WidgetHandler] Wait for synchronization 07:27:38.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:27:38.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:27:38.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:38.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:38.925 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:38.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:38.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:38.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:38.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:38.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:38.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:38.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:38.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:38.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:38.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:38.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:38.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:38.955 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:38.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:38.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:38.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:38.955 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:38.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:38.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:38.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:38.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:38.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:39.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:39.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:39.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:39.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:39.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:39.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:39.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:39.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:39.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:39.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:39.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:39.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:39.958 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:39.958 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:39.958 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:39.958 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:39.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:39.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:39.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:39.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:39.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:39.958 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:39.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:39.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:39.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:39.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:39.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:39.959 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:39.959 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:39.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:39.959 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:39.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:39.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:39.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:39.959 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:39.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:39.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:39.964 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:39.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:39.964 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:39.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:39.970 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:39.970 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:39.970 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:39.999 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:39.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:39.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:39.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:39.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:39.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:39.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:39.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:39.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:39.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20de4bb6 is found... 07:27:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20de4bb6 is found finished successfully 07:27:40.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:40.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:40.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:40.003 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.003 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=enum /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:40.003 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:40.009 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.009 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:40.009 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:40.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:40.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:40.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:40.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:40.010 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:40.010 DEBUG [main][MenuItemLookup] Item match:File 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:40.010 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:40.010 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:40.011 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:40.011 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:40.011 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:40.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:40.039 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.040 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:40.040 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:40.040 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:40.040 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:40.141 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:40.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:40.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:40.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:40.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:40.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:40.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:40.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:40.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:40.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:40.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:40.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:40.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:40.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:40.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:40.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:40.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:40.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:40.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:40.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:40.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:40.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:40.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:40.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:40.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:40.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:40.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:40.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:40.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:40.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:40.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:40.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:41.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:41.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:41.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:41.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:41.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:41.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:41.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:41.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:41.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:41.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:41.149 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:41.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:41.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:41.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:41.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:41.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:41.150 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:41.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:41.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:41.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:41.150 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 07:27:41.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:41.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:41.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:41.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 07:27:41.150 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 07:27:41.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 07:27:41.157 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 07:27:41.158 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 07:27:41.158 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 07:27:41.158 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 07:27:41.158 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 07:27:41.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 07:27:41.164 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:41.164 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:41.273 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:41.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:41.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:41.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:41.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:41.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:41.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:41.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:41.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:41.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:41.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@392f0ee8 is found... 07:27:41.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@392f0ee8 is found finished successfully 07:27:41.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass1+.java\E') 07:27:41.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:41.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:41.288 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.288 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass1 { public JavaClass1() { System.out.println(""); } } TooltipText=null 07:27:41.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:41.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 07:27:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:41.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 07:27:41.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:41.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:41.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:41.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:41.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:41.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:41.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:41.321 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:41.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:41.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:42.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:42.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:42.322 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:42.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:42.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:42.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:42.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:42.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:42.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:42.323 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:42.324 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:42.324 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:42.324 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:42.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:42.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:42.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:42.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:42.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:42.324 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:42.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:42.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:42.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:42.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:42.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:42.324 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:42.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:42.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:42.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:42.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:42.325 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:42.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:42.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:42.334 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:42.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:42.334 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:42.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:42.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:42.339 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:42.339 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:42.429 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:42.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:42.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:42.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:42.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:42.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:42.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:42.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@323afd5 is found... 07:27:42.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@323afd5 is found finished successfully 07:27:42.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:42.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:42.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:42.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:42.437 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.437 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:42.437 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:42.466 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.466 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:42.466 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:42.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:42.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:42.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:42.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:42.467 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:42.467 DEBUG [main][MenuItemLookup] Item match:File 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:42.467 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:42.467 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:42.468 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:42.468 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:42.468 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:42.518 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.518 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:42.518 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:42.518 DEBUG [main][EditorHandler] 2 editor(s) found 07:27:42.518 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 07:27:42.553 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 07:27:42.554 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:42.636 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:42.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:42.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:42.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:42.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:42.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:42.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:42.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:42.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:42.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:42.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:42.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:42.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:42.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:42.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:42.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:42.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:42.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:42.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:42.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:42.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:42.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:42.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:42.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:42.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:42.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:42.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:42.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:42.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:42.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:42.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:42.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:42.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:42.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:42.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:43.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:43.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:43.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:43.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:43.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:43.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:43.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:43.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:43.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:43.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:43.644 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:43.644 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:43.644 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:43.644 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:43.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:43.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:43.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:43.645 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:43.645 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:43.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:43.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:43.656 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:43.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:43.656 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:43.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:43.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:43.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:43.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:43.777 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:43.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:43.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:43.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:43.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:43.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:43.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:43.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:43.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@755c9447 is found... 07:27:43.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@755c9447 is found finished successfully 07:27:43.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:43.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:43.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:43.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:43.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:43.784 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:43.784 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:43.784 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:43.784 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:43.984 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:44.189 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:44.189 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:44.390 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:44.592 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:44.592 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:44.792 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:44.995 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:27:44.995 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:27:45.195 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:27:45.397 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:45.398 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:27:45.598 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:27:46.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:46.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:46.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:46.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:46.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:46.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:46.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:46.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:46.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:46.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:46.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:46.602 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:46.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:46.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:46.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:46.612 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:46.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:46.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:46.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:46.612 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:46.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:46.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:46.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:46.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:46.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:47.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:47.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:47.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:47.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:47.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:47.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:47.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:47.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:47.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:47.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:47.615 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:47.615 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:47.615 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:47.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:47.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:47.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:47.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:47.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:47.616 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:47.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:47.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:47.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:47.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:47.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:47.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:47.616 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:47.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:47.622 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:47.623 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:47.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:47.623 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:47.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:47.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:47.627 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:47.627 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:47.656 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:47.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:47.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:47.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:47.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:47.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:47.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:47.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:47.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:47.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@278de2a1 is found... 07:27:47.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@278de2a1 is found finished successfully 07:27:47.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:47.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:47.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:47.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:47.660 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.660 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 07:27:47.660 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:47.678 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.678 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:47.678 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:47.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:47.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:47.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:47.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:47.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:47.678 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:47.679 DEBUG [main][MenuItemLookup] Item match:File 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:47.679 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:47.679 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:47.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:47.680 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:47.680 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:47.719 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.719 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:47.719 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:47.720 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:47.720 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:47.812 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:47.812 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:47.812 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:47.812 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:47.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:47.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:47.812 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:47.812 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:47.812 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:47.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:47.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:47.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:47.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:47.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:47.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:47.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:47.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:47.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:47.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:47.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:47.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:47.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:47.815 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:47.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:47.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:47.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:47.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:47.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:47.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:47.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:47.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:47.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:47.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:47.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:47.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:48.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:48.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:48.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:48.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:48.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:48.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:48.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:48.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:48.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:48.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:48.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:48.833 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:48.833 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:48.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:48.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:48.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:48.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:48.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:48.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:48.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:48.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:48.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:48.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:48.834 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:48.834 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:48.834 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:48.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:48.841 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:48.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:48.842 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:48.842 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:48.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:48.852 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:48.853 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:48.978 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:48.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:48.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:48.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:48.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:48.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:48.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:48.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:48.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:48.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:48.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6614f0f6 is found... 07:27:48.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6614f0f6 is found finished successfully 07:27:48.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:48.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:48.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:48.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:48.985 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:48.985 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:48.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.986 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:48.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:48.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:48.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:48.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:48.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:48.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:48.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:48.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:48.987 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:48.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:49.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:49.021 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:49.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:49.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:49.021 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:49.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:49.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:49.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:49.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:49.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:50.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:50.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:50.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:50.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:50.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:50.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:50.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:50.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:50.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:50.024 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:50.024 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:50.024 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:50.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:50.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:50.025 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:50.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:50.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:50.026 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:50.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:50.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:50.031 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:50.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:50.032 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:50.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:50.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:50.036 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:50.036 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:50.065 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:50.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:50.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:50.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:50.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:50.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:50.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78d7b6e6 is found... 07:27:50.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78d7b6e6 is found finished successfully 07:27:50.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:50.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:50.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:50.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:50.068 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.068 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:50.068 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:50.083 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.083 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:50.083 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:50.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:50.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:50.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:50.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:50.083 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:50.084 DEBUG [main][MenuItemLookup] Item match:File 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:50.084 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:50.084 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:50.084 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:50.084 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:50.085 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:50.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:50.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:50.118 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.118 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:50.118 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:50.118 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:50.118 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:50.176 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:50.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:50.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:50.176 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:50.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:50.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:50.176 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:50.176 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:50.176 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:50.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:50.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:50.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:50.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:50.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.177 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:50.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:50.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:50.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:50.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:50.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:50.179 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:50.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:50.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:50.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:50.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:50.180 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:50.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:50.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:50.181 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:50.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:50.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:50.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:50.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:50.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:51.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:51.182 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:51.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:51.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:51.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:51.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:51.183 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:51.184 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:51.184 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:51.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:51.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:51.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:51.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:51.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:51.185 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:51.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:51.192 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:51.193 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:51.193 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:51.193 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:51.193 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:51.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:51.197 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:51.197 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:51.300 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:51.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:51.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:51.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:51.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:51.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:51.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:51.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:51.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:51.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:51.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69b8eb17 is found... 07:27:51.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69b8eb17 is found finished successfully 07:27:51.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:51.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:51.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:51.308 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.308 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:51.310 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 07:27:51.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Open With' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Local History' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'References' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Run As' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Team' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:51.415 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 07:27:51.415 DEBUG [main][MenuItemLookup] Item match:Preferences... 07:27:51.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.416 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:51.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:51.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:51.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:51.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:51.418 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:51.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:51.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:51.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:51.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:51.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:51.448 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:51.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:51.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:51.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:51.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:52.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:52.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:52.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:52.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:52.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:52.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:52.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:52.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:52.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:52.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:52.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:52.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:52.451 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:52.451 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:52.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:52.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:52.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:52.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:52.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:52.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:52.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:52.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:52.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:52.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:52.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:52.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:52.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:52.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:52.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:52.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:52.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:52.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:52.452 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:52.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:52.462 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:52.462 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:52.462 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:52.462 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:52.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:52.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:52.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:52.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:52.510 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:52.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:52.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:52.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:52.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:52.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:52.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:52.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:52.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:52.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5729b0bc is found... 07:27:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5729b0bc is found finished successfully 07:27:52.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:52.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:52.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:52.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:52.514 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:52.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:52.515 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:52.538 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:52.539 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:52.539 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:52.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:52.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:52.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:52.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:52.539 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:52.539 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:52.539 DEBUG [main][MenuItemLookup] Item match:File 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:52.540 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:52.540 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:52.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:52.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:52.541 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:52.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:52.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:52.577 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:52.577 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:52.577 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:52.577 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:52.577 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:52.672 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:52.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:52.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:52.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:52.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:52.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:52.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:52.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:52.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:52.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:52.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:52.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:52.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:52.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:52.676 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:52.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:52.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:52.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:52.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:52.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:52.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:52.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:52.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:52.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:52.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:52.678 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:52.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:52.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:52.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:52.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:52.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:52.681 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:52.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:52.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:52.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:52.681 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:52.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:52.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:52.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:52.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:53.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:53.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:53.683 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:53.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:53.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:53.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:53.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:53.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:53.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:53.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:53.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:53.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:53.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:53.684 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:53.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:53.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:53.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:53.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:53.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:53.685 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:53.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:53.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:53.694 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:53.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:53.694 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:53.694 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:53.698 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:53.698 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:53.699 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:53.820 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:53.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:53.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:53.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:53.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:53.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:53.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:53.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:53.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:53.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:53.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c2293ea is found... 07:27:53.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c2293ea is found finished successfully 07:27:53.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:53.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:53.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:53.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:53.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:53.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:53.828 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:53.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:53.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:53.828 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:53.828 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:53.828 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:53.828 DEBUG [main][MenuItemLookup] Item match:Edit 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:53.829 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:27:53.829 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:27:53.838 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:53.838 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:53.838 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 07:27:53.838 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:27:54.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:54.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:54.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:54.838 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:54.838 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:54.838 DEBUG [main][MenuItemLookup] Item match:Edit 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:54.839 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:27:54.839 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:27:54.840 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 07:27:54.840 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 07:27:54.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 07:27:54.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 07:27:54.840 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 07:27:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:27:54.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:27:54.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:54.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:27:54.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:54.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:54.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:54.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:54.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:27:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:27:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:27:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:27:54.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:27:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:54.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:54.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 07:27:54.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:27:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:54.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:54.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:27:54.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:54.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:55.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:55.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:55.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:55.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:27:55.874 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:27:55.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:27:55.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:55.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:27:56.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 07:27:56.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:56.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:56.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:56.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:56.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:56.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:56.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:56.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:56.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:56.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:56.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:56.390 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:56.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:56.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:56.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:56.419 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:56.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:56.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:56.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:56.420 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:56.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:56.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:56.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:56.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:56.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:56.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:56.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:57.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:57.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:57.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:57.422 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:57.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:57.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:57.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:57.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:57.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:57.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:57.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:57.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:57.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:57.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:57.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:57.423 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:57.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:57.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:57.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:57.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:57.424 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:57.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:57.431 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:57.432 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:57.432 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:57.432 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:57.432 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:57.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:57.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:57.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:57.464 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:57.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:57.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:57.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:57.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:57.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:57.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:57.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:57.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:57.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e4dd81d is found... 07:27:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e4dd81d is found finished successfully 07:27:57.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:57.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:57.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:57.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:57.467 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:57.467 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:57.467 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:27:57.481 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:57.482 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:57.482 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:57.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:27:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:57.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:57.482 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:27:57.482 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:57.482 DEBUG [main][MenuItemLookup] Item match:File 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:57.483 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:57.483 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:57.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:57.483 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:57.483 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:57.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:57.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:57.510 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:57.510 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:57.510 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:57.511 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:57.511 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:27:57.568 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:27:57.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:57.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:57.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:57.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:57.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:57.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:57.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:57.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:27:57.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:27:57.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:57.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:57.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:57.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:57.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:57.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:57.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:57.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:57.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:57.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:57.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:57.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:57.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:57.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:57.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:57.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:57.571 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:57.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:57.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:57.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:57.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:57.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:57.573 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:57.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:57.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:57.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:57.574 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:57.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:57.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:57.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:57.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:57.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:58.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:58.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:58.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:58.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:58.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:58.576 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:58.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:58.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:58.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:58.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:58.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:58.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:58.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:58.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:58.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:58.577 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:58.577 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:27:58.577 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:27:58.577 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:27:58.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:27:58.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:58.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:27:58.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:58.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:27:58.577 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:27:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:27:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:27:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:58.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:27:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:27:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:27:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:27:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:58.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:27:58.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:58.578 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:58.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:58.584 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:27:58.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:27:58.584 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:27:58.584 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:27:58.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:27:58.590 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:58.591 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:58.699 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:58.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:58.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:58.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:58.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:27:58.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:27:58.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:58.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:58.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:58.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:58.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@606a27ee is found... 07:27:58.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@606a27ee is found finished successfully 07:27:58.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:27:58.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:58.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:58.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:58.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:58.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:58.708 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:58.708 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:58.716 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 07:27:58.724 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:58.725 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:27:58.725 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 07:27:58.725 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:27:59.725 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:27:59.725 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:27:59.926 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 07:28:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:28:00.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:28:00.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:00.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:28:00.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:00.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:00.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:01.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:01.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:01.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:01.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:01.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:28:01.945 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 07:28:01.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:28:01.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:01.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:28:01.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:01.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:01.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:01.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:28:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:28:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:28:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:28:01.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:28:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:28:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:28:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:28:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:28:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 07:28:01.952 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 07:28:01.952 INFO [WorkbenchTestable][AbstractShell] Close shell 07:28:01.952 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:28:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:28:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:28:01.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:01.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:01.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:01.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:01.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:01.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:01.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:01.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:01.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:01.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:01.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:01.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:01.989 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:01.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:02.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:02.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:02.003 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:02.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:02.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:02.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:02.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:02.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:02.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:02.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:02.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:02.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:02.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:02.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:03.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:03.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:03.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:03.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:03.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:03.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:03.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:03.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:03.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:03.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:03.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:03.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:03.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:03.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:03.526 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:03.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:03.527 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:03.527 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:03.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:03.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:03.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:03.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:03.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:03.528 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:03.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:03.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:03.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:03.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:03.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:03.528 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:03.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:03.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:03.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:03.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:03.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:03.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:03.528 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:03.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:03.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:03.536 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:03.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:03.536 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:03.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:03.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:03.541 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:03.541 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:03.573 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:03.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:03.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:03.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:03.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:03.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:03.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ef26048 is found... 07:28:03.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ef26048 is found finished successfully 07:28:03.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:03.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:03.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:03.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:03.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:03.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:03.578 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:03.578 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:03.578 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:03.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:03.596 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:03.596 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:03.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:03.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:03.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:03.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:03.597 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:03.597 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:03.597 DEBUG [main][MenuItemLookup] Item match:File 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:03.598 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:03.598 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:03.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:03.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:03.598 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:03.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:03.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:03.627 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:03.627 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:03.627 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:03.627 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:03.627 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:03.692 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:03.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:03.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:03.692 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:03.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:03.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:03.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:03.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:03.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:03.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:03.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:03.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:03.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:03.693 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:03.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:03.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:03.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:03.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:03.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:03.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:03.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:03.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:03.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:03.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:03.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:03.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:03.695 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:03.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:03.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:03.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:03.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:03.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:03.696 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:03.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:03.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:03.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:03.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:03.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:03.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:03.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:03.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:03.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:04.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:04.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:04.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:04.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:04.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:04.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:04.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:04.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:04.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:04.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:04.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:04.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:04.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:04.700 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:04.700 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:04.700 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:04.700 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:04.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:04.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:04.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:04.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:04.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:04.700 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:04.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:04.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:04.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:04.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:04.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:04.701 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:04.701 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:04.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:04.701 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:04.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:04.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:04.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:04.701 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:04.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:04.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:04.709 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:04.709 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:04.709 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:04.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:04.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:04.714 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:04.714 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:04.824 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:04.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:04.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:04.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:04.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:04.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:04.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:04.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f16692f is found... 07:28:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f16692f is found finished successfully 07:28:04.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:04.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:04.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:04.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:04.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:04.842 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:04.843 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:04.843 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:04.843 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:05.043 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:05.245 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:05.246 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:05.446 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:05.650 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:05.650 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:05.850 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:06.053 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:06.053 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:06.253 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:06.456 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:06.456 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:28:06.656 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:28:07.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:07.662 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:07.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:07.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:07.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:07.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:07.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:07.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:07.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:07.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:07.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:07.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:07.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:07.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:07.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:07.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:07.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:07.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:07.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:07.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:07.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:07.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:08.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:08.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:09.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:09.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:09.178 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:09.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:09.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:09.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:09.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:09.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:09.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:09.179 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:09.179 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:09.179 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:09.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:09.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:09.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:09.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:09.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:09.181 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:09.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:09.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:09.186 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:09.187 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:09.187 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:09.187 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:09.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:09.191 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:09.191 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:09.223 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:09.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:09.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:09.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:09.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:09.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:09.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51dad954 is found... 07:28:09.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51dad954 is found finished successfully 07:28:09.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:09.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:09.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:09.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:09.227 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.227 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 07:28:09.227 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:09.256 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.256 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:09.256 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:09.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:09.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:09.269 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:09.269 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:09.269 DEBUG [main][MenuItemLookup] Item match:File 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:09.270 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:09.270 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:09.270 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:09.270 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:09.270 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:09.292 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.292 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:09.292 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:09.293 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:09.293 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:09.358 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:09.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:09.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:09.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:09.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:09.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:09.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:09.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:09.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:09.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:09.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:09.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:09.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:09.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.360 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:09.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:09.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:09.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:09.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:09.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:09.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:09.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:09.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:09.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:09.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:09.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:09.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:09.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:09.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:09.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:09.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:09.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:09.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:09.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:09.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:09.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:10.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:10.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:10.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:10.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:10.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:10.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:10.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:10.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:10.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:10.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:10.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:10.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:10.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:10.367 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:10.367 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:10.367 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:10.367 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:10.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:10.367 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:10.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:10.367 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:10.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:10.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:10.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:10.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:10.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:10.368 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:10.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:10.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:10.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:10.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:10.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:10.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:10.368 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:10.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:10.376 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:10.377 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:10.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:10.377 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:10.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:10.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:10.381 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:10.382 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:10.481 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:10.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:10.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:10.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:10.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:10.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:10.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:10.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:10.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:10.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:10.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77c14bc is found... 07:28:10.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77c14bc is found finished successfully 07:28:10.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:10.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:10.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:10.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:10.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:10.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:10.488 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:10.489 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:10.489 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:10.489 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:10.689 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:10.891 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:10.891 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:11.092 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:11.294 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:11.294 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:11.495 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:11.697 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:11.697 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:11.898 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:12.100 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:12.100 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:28:12.300 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:28:13.302 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 07:28:13.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:13.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:13.312 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:13.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:13.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:13.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:13.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:13.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:13.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:13.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:13.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:13.314 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:13.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:13.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:13.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:13.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:13.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:13.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:13.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:13.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:13.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:13.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:13.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:13.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:13.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:13.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:13.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:13.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:14.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:14.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:14.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:14.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:14.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:14.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:14.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:14.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:14.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:14.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:14.347 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:14.347 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:14.347 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:14.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:14.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:14.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:14.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:14.348 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:14.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:14.354 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:14.354 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:14.354 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:14.354 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:14.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:14.360 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:14.360 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:14.389 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:14.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:14.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:14.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:14.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:14.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:14.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:14.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:14.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:14.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1540fdc9 is found... 07:28:14.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1540fdc9 is found finished successfully 07:28:14.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:14.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:14.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:14.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:14.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:14.392 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:14.392 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:14.392 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:14.404 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:14.405 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:14.405 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:14.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:14.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:14.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:14.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:14.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:14.418 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:14.418 DEBUG [main][MenuItemLookup] Item match:File 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:14.419 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:14.419 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:14.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:14.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:14.419 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:14.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:14.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:14.439 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:14.439 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:14.439 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:14.440 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:14.440 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:14.516 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:14.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:14.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:14.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:14.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:14.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:14.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:14.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:14.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:14.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:14.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:14.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:14.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:14.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:14.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:14.517 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:14.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:14.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:14.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:14.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:14.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:14.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:14.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:14.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:14.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:14.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:14.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:14.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:14.519 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:14.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:14.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:14.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:14.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:14.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:14.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:14.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:14.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:14.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:14.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:14.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:14.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:14.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:14.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:14.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:15.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:15.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:15.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:15.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:15.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:15.523 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:15.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:15.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:15.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:15.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:15.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:15.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:15.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:15.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:15.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:15.524 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:15.524 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:15.525 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:15.525 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:15.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:15.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:15.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:15.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:15.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:15.525 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:15.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:15.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:15.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:15.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:15.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:15.525 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:15.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:15.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:15.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:15.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:15.526 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:15.526 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:15.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:15.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:15.536 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:15.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:15.536 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:15.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:15.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:15.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:15.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:15.651 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:15.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:15.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:15.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:15.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:15.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:15.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:15.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:15.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:15.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:15.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13380a04 is found... 07:28:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13380a04 is found finished successfully 07:28:15.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:15.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:15.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:15.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:15.666 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:15.666 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:15.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:15.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:15.666 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:15.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:15.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:15.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:15.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:15.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:15.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:15.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:15.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:15.668 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:15.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:15.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:15.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:15.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:15.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:15.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:15.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:15.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:15.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:15.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:15.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:15.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:15.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:15.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:16.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:16.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:16.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:16.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:16.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:16.699 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:16.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:16.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:16.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:16.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:16.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:16.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:16.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:16.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:16.701 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:16.701 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:16.701 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:16.701 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:16.701 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:16.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:16.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:16.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:16.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:16.702 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:16.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:16.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:16.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:16.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:16.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:16.702 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:16.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:16.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:16.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:16.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:16.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:16.702 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:16.702 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:16.702 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:16.707 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:16.710 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:16.710 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:16.710 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:16.710 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:16.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:16.714 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:16.714 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:16.742 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:16.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:16.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:16.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:16.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:16.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:16.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:16.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:16.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:16.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14af714e is found... 07:28:16.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14af714e is found finished successfully 07:28:16.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:16.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:16.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:16.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:16.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:16.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:16.746 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:16.746 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:16.746 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:16.757 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:16.757 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:16.757 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:16.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:16.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:16.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:16.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:16.771 DEBUG [main][MenuItemLookup] Item match:File 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:16.771 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:16.771 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:16.772 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:16.772 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:16.772 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:16.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:16.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:16.791 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:16.791 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:16.791 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:16.791 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:16.791 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:16.862 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:16.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:16.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:16.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:16.862 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:16.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:16.862 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:16.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:16.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:16.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:16.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:16.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:16.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:16.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:16.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:16.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:16.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:16.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:16.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:16.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:16.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:16.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:16.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:16.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:16.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:16.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:16.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:16.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:16.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:16.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:16.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:16.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:16.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:16.868 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:16.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:16.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:16.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:17.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:17.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:17.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:17.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:17.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:17.869 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:17.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:17.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:17.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:17.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:17.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:17.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:17.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:17.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:17.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:17.870 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:17.870 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:17.871 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:17.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:17.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:17.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:17.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:17.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:17.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:17.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:17.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:17.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:17.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:17.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:17.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:17.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:17.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:17.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:17.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:17.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:17.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:17.872 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:17.872 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:17.872 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:17.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:17.887 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:17.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:17.887 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:17.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:17.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:17.894 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:17.895 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:18.007 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:18.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:18.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:18.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:18.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:18.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:18.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:18.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:18.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:18.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:18.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73915e93 is found... 07:28:18.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73915e93 is found finished successfully 07:28:18.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:18.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:18.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:18.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:18.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:18.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:18.014 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:18.015 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:18.015 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 07:28:18.032 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:18.032 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:18.032 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 07:28:18.032 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:28:19.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:19.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:19.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:19.033 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:19.033 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:28:19.033 DEBUG [main][MenuItemLookup] Item match:Edit 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:28:19.034 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 07:28:19.034 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 07:28:19.034 DEBUG [main][MenuItemLookup] Item match:Java Proposals 07:28:19.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 07:28:19.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 07:28:19.035 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 07:28:19.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:28:19.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:28:19.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:19.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:28:19.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:19.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:19.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:19.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:19.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:19.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:28:19.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:28:19.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:28:19.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:28:19.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:28:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:28:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:28:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] abstract 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] class 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] enum 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] final 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] import 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] interface 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] public 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] record 07:28:19.077 DEBUG [WorkbenchTestable][ContentAssistant] sealed 07:28:19.077 INFO [WorkbenchTestable][AbstractShell] Close shell 07:28:19.077 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:28:19.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:28:19.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:28:19.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:19.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:19.094 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:19.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:19.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:19.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:19.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:19.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:19.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:19.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:19.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:19.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:19.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:19.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:19.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:19.096 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:19.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:19.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:19.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:19.125 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:19.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:19.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:19.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:19.125 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:19.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:19.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:19.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:19.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:19.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:19.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:19.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:19.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:20.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:20.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:20.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:20.127 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:20.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:20.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:20.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:20.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:20.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:20.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:20.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:20.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:20.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:20.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:20.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:20.128 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:20.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:20.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:20.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:20.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:20.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:20.129 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:20.130 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:20.135 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:20.137 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:20.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:20.137 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:20.137 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:20.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:20.141 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:20.142 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:20.172 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:20.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:20.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:20.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:20.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:20.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:20.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:20.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:20.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:20.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61ad5b9d is found... 07:28:20.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61ad5b9d is found finished successfully 07:28:20.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:20.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:20.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:20.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:20.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:20.175 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:20.175 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:20.175 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:20.182 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:20.182 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:20.182 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:20.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:20.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:20.182 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:20.182 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:20.182 DEBUG [main][MenuItemLookup] Item match:File 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:20.183 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:20.183 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:20.183 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:20.183 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:20.183 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:20.211 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:20.211 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:20.211 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:20.211 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:20.211 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:20.270 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:20.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:20.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:20.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:20.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:20.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:20.271 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:20.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:20.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:20.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:20.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:20.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:20.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:20.271 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:20.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:20.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:20.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:20.272 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:20.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:20.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:20.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:20.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:20.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:20.273 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:20.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:20.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:20.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:20.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:20.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:20.275 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:20.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:20.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:20.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:20.275 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:20.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:20.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:20.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:20.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:20.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:20.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:20.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:21.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:21.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:21.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:21.777 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:21.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:21.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:21.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:21.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:21.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:21.778 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:21.778 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:21.778 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:21.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:21.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:21.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:21.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:21.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:21.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:21.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:21.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:21.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:21.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:21.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:21.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:21.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:21.779 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:21.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:21.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:21.788 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:21.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:21.788 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:21.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:21.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:21.792 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:21.792 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:21.901 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:21.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:21.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:21.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:21.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:21.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:21.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:21.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:21.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:21.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:21.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32961586 is found... 07:28:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32961586 is found finished successfully 07:28:21.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:21.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:21.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:21.916 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.916 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:21.916 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 07:28:21.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:21.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:21.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:21.922 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.923 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 07:28:21.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.924 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:21.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:21.932 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:21.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:21.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:21.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:21.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:21.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:21.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:21.965 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:21.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:21.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:21.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:21.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:21.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:21.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:22.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:22.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:22.967 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:22.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:22.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:22.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:22.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:22.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:22.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:22.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:22.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:22.968 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:22.968 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:22.969 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:22.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:22.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:22.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:22.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:22.969 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:22.969 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:22.970 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:22.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:22.977 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:22.977 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:22.977 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:22.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:22.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:22.982 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:22.982 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:23.013 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ddc379b is found... 07:28:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ddc379b is found finished successfully 07:28:23.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:23.017 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.017 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 07:28:23.017 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:23.031 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.031 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:23.031 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:23.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:23.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:23.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:23.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:23.031 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:23.032 DEBUG [main][MenuItemLookup] Item match:File 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:23.032 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:23.032 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:23.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:23.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:23.033 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:23.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:23.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:23.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.062 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:23.062 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:23.062 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:23.062 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:23.162 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:23.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:23.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:23.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:23.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:23.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:23.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:23.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:23.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:23.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:23.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:23.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:23.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:23.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:23.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:23.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:28:23.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:23.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:23.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:23.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:28:23.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:23.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:23.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:23.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:23.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:23.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:23.165 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:28:23.165 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:23.165 DEBUG [main][MenuItemLookup] Item match:File 07:28:23.166 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:23.166 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:28:23.168 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:28:23.168 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:23.168 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:28:23.168 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:23.168 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:28:23.168 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:23.168 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:28:23.168 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:28:23.168 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:28:23.168 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:28:23.168 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:28:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:28:23.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:28:23.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:28:23.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:23.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:23.266 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:28:23.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:28:23.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:23.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:28:23.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:28:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:28:23.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:28:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:23.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:28:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:23.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:28:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:28:23.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:28:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:23.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:28:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:23.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:28:23.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:28:23.268 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:28:23.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:28:23.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:28:23.268 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:28:23.268 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:28:23.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:28:23.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:23.270 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:28:23.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:23.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:23.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:23.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:23.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:23.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:28:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:28:23.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:28:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:23.319 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:28:23.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:23.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:28:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:28:23.322 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:28:23.323 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 07:28:23.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:28:23.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:28:23.325 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:28:23.325 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:28:23.326 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:28:23.326 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:28:23.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:28:23.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:23.328 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:28:23.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:23.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:23.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:23.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:28:23.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:28:23.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:23.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:28:23.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:23.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:28:23.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:23.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:23.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:23.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:23.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 07:28:23.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:23.845 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.845 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 07:28:23.852 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.852 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 07:28:23.852 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:23.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 07:28:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:23.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:23.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 07:28:23.853 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:23.853 DEBUG [main][MenuItemLookup] Item match:File 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:23.853 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:23.853 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:23.854 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:23.854 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:23.854 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:23.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:23.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:23.861 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.861 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 07:28:23.861 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.861 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 07:28:23.861 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:28:23.861 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 07:28:23.905 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 07:28:23.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:23.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:23.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:23.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:23.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:23.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:23.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:23.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:23.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:23.911 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:23.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:23.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:23.912 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:23.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:23.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:23.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:24.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:24.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:24.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:24.913 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:24.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:24.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:24.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:24.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:24.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:24.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:24.914 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:24.914 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:24.915 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:24.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:24.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:24.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:24.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:24.915 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:24.916 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:24.916 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:24.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:24.922 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:24.922 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:24.922 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:24.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:24.926 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:24.926 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:24.927 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:25.034 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:25.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:25.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:25.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:25.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:25.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:25.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:25.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:25.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73ed1865 is found... 07:28:25.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73ed1865 is found finished successfully 07:28:25.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:25.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:25.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:25.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:25.042 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.042 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:25.042 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:25.069 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.069 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:25.069 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:25.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:25.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:25.069 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:25.069 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:25.069 DEBUG [main][MenuItemLookup] Item match:File 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:25.070 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:25.070 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:25.070 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:25.070 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:25.070 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:25.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:25.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:25.115 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.115 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:25.115 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:25.115 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:25.115 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:25.175 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:25.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:25.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:25.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:25.176 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:25.176 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:25.176 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:25.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:25.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:25.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:25.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:25.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.177 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:25.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:25.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:25.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:25.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:25.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:25.179 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:25.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:25.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:25.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:25.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:25.181 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:25.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:25.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:25.181 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:25.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:25.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:25.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:25.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:25.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:26.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:26.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:26.183 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:26.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:26.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:26.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:26.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:26.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:26.184 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:26.184 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:26.184 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:26.184 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:26.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:26.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:26.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:26.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:26.185 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:26.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:26.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:26.191 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:26.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:26.192 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:26.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:26.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:26.196 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:26.196 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:26.301 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:26.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:26.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:26.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:26.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:26.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:26.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:26.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@141ec39a is found... 07:28:26.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@141ec39a is found finished successfully 07:28:26.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:26.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:26.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:26.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:26.308 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.308 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:26.308 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 07:28:26.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.327 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:26.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:26.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:26.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:26.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:26.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:26.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:26.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:26.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:26.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:26.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:26.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:26.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:26.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:26.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:26.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:26.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:26.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:26.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:26.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:26.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:27.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:27.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:27.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:27.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:27.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:27.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:27.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:27.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:27.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:27.372 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:27.372 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:27.372 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:27.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:27.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:27.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:27.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:27.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:27.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:27.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:27.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:27.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:27.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:27.374 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:27.374 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:27.374 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:27.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:27.381 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:27.381 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:27.381 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:27.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:27.385 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:27.385 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:27.386 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:27.417 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:27.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:27.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:27.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:27.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:27.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:27.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:27.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:27.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:27.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fa19606 is found... 07:28:27.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fa19606 is found finished successfully 07:28:27.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:27.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:27.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:27.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:27.421 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.421 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:27.421 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:27.436 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.436 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:27.436 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:27.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:27.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:27.437 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:27.437 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:27.437 DEBUG [main][MenuItemLookup] Item match:File 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:27.438 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:27.438 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:27.438 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:27.438 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:27.438 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:27.467 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.467 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:27.467 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:27.467 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:27.467 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:27.558 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:27.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:27.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:27.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:27.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:27.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:27.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:27.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:27.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:27.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:27.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:27.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:27.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:27.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.560 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:27.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:27.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:27.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:27.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:27.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:27.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:27.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:27.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:27.562 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:27.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:27.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:27.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:27.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:27.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:27.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:27.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:27.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:27.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:27.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:27.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:27.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:28.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:28.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:28.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:28.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:28.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:28.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:28.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:28.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:28.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:28.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:28.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:28.567 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:28.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:28.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:28.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:28.568 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:28.568 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:28.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:28.573 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:28.574 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:28.574 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:28.576 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:28.576 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:28.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:28.580 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:28.580 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:28.683 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:28.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:28.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:28.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:28.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:28.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:28.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:28.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:28.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:28.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:28.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e77d992 is found... 07:28:28.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e77d992 is found finished successfully 07:28:28.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:28.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:28.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:28.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:28.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:28.691 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:28.691 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:28.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:28.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:28.691 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:28.691 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:28.691 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:28:28.691 DEBUG [main][MenuItemLookup] Item match:Edit 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:28.692 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:28:28.692 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:28:28.693 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:28.693 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:28.693 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 07:28:28.693 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:28:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:29.693 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:29.693 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:29.693 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:28:29.693 DEBUG [main][MenuItemLookup] Item match:Edit 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:28:29.694 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:28:29.694 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 07:28:29.694 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 07:28:29.695 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 07:28:29.695 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 07:28:29.695 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 07:28:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:28:29.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:28:29.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:29.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:28:29.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:29.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:29.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:29.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:29.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:29.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:28:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:28:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:28:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:28:29.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:28:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:29.721 INFO [WorkbenchTestable][AbstractShell] Close shell 07:28:29.721 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:28:29.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:28:29.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:28:29.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:28:30.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 07:28:30.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:30.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:30.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:30.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:30.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:30.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:30.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:30.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:30.239 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:30.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:30.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:30.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:30.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:30.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:30.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:30.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:30.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:30.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:30.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:30.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:30.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:30.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:30.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:31.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:31.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:31.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:31.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:31.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:31.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:31.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:31.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:31.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:31.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:31.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:31.270 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:31.271 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:31.271 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:31.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:31.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:31.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:31.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:31.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:31.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:31.272 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:31.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:31.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:31.279 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:31.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:31.279 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:31.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:31.283 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:31.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:31.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:31.311 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:31.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:31.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:31.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:31.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:31.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:31.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:31.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:31.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:31.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cf56174 is found... 07:28:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cf56174 is found finished successfully 07:28:31.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:31.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:31.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:31.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:31.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:31.315 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:31.315 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:31.330 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:31.330 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:31.330 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:31.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:31.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:31.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:31.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:31.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:31.331 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:31.331 DEBUG [main][MenuItemLookup] Item match:File 07:28:31.331 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:31.331 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:31.332 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:31.332 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:31.332 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:31.332 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:31.332 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:31.332 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:31.332 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:31.332 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:31.332 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:31.332 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:31.332 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:31.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:31.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:31.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:31.360 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:31.360 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:31.361 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:31.361 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:31.447 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:31.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:31.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:31.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:31.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:31.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:31.447 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:31.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:31.447 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:31.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:31.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:31.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:31.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:31.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:31.448 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:31.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:31.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:31.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:31.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:31.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:31.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:31.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:31.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:31.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:31.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:31.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:31.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:31.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:31.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:31.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:31.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:31.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:31.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:31.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:31.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:31.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:31.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:31.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:32.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:32.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:32.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:32.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:32.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:32.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:32.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:32.456 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:32.456 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:32.456 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:32.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:32.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:32.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:32.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:32.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:32.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:32.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:32.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:32.457 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:32.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:32.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:32.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:32.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:32.457 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:32.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:32.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:32.465 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:32.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:32.465 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:32.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:32.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:32.469 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:32.469 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:32.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:32.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:32.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:32.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:32.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:32.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:32.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:32.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cc2d4ec is found... 07:28:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cc2d4ec is found finished successfully 07:28:32.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:32.578 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.578 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:32.578 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.578 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:32.578 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 07:28:32.578 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.578 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:32.587 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 07:28:32.596 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:32.596 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:28:33.197 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:33.197 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:28:33.798 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:33.798 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:28:34.399 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:34.399 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:28:35.000 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:35.000 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:28:35.601 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:35.601 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:28:36.202 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:36.202 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 07:28:36.803 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:36.803 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:28:37.404 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:37.404 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:37.405 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:37.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:37.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:37.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:37.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:37.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:37.405 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:37.405 DEBUG [main][MenuItemLookup] Item match:File 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:37.406 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:37.406 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:37.406 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:37.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:37.407 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:37.432 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:37.432 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:37.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:37.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:37.433 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:37.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:37.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:37.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:37.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:37.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:37.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:37.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:37.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:37.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:37.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:37.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:37.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:37.434 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:37.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:37.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:37.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:37.444 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:37.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:37.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:37.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:37.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:37.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:37.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:37.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:37.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:37.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:37.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:37.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:38.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:38.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:38.446 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:38.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:38.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:38.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:38.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:38.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:38.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:38.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:38.447 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:38.447 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:38.447 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:38.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:38.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:38.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:38.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:38.448 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:38.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:38.454 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:38.454 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:38.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:38.454 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:38.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:38.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:38.458 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:38.458 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:38.487 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:38.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:38.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:38.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:38.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:38.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:38.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:38.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:38.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:38.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@522d7de5 is found... 07:28:38.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@522d7de5 is found finished successfully 07:28:38.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:38.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:38.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:38.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:38.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:38.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:38.491 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:38.491 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:38.491 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:38.498 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:38.498 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:38.498 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:38.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:38.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:38.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:38.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:38.513 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:38.513 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:38.513 DEBUG [main][MenuItemLookup] Item match:File 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:38.514 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:38.514 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:38.514 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:38.514 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:38.514 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:38.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:38.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:38.540 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:38.540 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:38.540 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:38.540 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:38.540 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:38.612 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:38.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:38.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:38.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:38.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:38.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:38.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:38.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:38.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:38.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:38.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:38.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:38.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:38.613 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:38.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:38.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:38.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:38.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:38.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:38.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:38.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:38.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:38.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:38.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:38.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:38.615 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:38.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:38.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:38.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:38.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:38.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:38.616 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:38.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:38.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:38.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:38.617 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:38.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:38.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:38.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:38.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:38.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:38.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:39.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:39.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:39.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:39.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:39.618 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:39.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:39.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:39.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:39.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:39.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:39.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:39.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:39.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:39.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:39.620 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:39.620 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:39.620 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:39.620 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:39.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:39.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:39.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:39.620 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:39.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:39.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:39.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:39.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:39.621 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:39.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:39.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:39.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:39.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:39.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:39.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:39.621 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:39.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:39.630 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:39.630 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:39.630 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:39.630 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:39.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:39.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:39.635 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:39.636 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:39.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:39.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:39.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:39.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:39.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:39.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:39.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:39.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:39.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:39.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:39.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ee7d3a6 is found... 07:28:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ee7d3a6 is found finished successfully 07:28:39.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:39.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:39.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:39.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:39.768 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:39.768 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:39.768 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 07:28:39.778 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 07:28:39.778 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 07:28:39.986 INFO [WorkbenchTestable][Keyboard] Move cursor 07:28:40.186 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:40.186 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:40.386 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:40.792 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:40.792 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:40.992 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:41.397 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:41.397 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:41.597 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:41.999 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:41.999 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:42.199 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:42.603 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:42.603 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:42.803 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:43.205 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:43.205 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:43.406 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:43.808 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:43.808 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:44.008 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:44.410 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:44.410 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:44.611 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:45.012 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:45.013 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:45.213 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:45.615 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:45.615 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:45.815 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:46.217 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:46.217 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:46.418 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:46.819 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:46.819 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:47.020 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:47.422 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:47.422 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:47.622 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:48.024 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:48.024 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:48.225 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:48.627 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:28:48.627 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:28:48.827 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:28:49.030 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 07:28:49.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:49.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:49.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:49.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:49.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:49.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:49.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:49.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:49.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:49.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:49.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:49.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:49.233 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:49.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:49.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:49.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:49.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:49.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:49.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:49.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:49.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:49.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:49.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:49.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:50.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:50.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:50.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:50.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:50.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:50.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:50.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:50.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:50.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:50.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:50.269 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:50.269 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:50.269 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:50.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:50.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:50.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:50.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:50.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:50.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:50.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:50.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:50.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:50.270 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:50.270 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:50.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:50.280 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:50.280 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:50.280 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:50.280 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:50.281 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:50.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:50.297 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:50.297 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:50.332 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:50.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:50.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:50.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:50.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:50.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:50.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:50.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:50.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:50.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5de07586 is found... 07:28:50.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5de07586 is found finished successfully 07:28:50.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:50.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:50.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:50.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:50.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:50.336 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.336 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:50.336 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:50.347 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.347 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:50.347 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:50.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:50.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:50.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:50.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:50.348 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:50.348 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:50.348 DEBUG [main][MenuItemLookup] Item match:File 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:50.349 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:50.349 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:50.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:50.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:50.349 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:50.424 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.424 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:50.424 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:50.424 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:50.424 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:50.544 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:50.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:50.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:50.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:50.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:50.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:50.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:50.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:50.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:50.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:50.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:50.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:50.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:50.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:50.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:50.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:50.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:50.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:50.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:50.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:50.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:50.547 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:50.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:50.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:50.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:50.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:50.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:50.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:50.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:50.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:50.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:50.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:50.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:51.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:51.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:51.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:51.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:51.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:51.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:51.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:51.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:51.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:51.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:51.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:51.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:51.552 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:51.552 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:51.552 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:51.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:51.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:51.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:51.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:51.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:51.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:51.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:51.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:51.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:51.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:51.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:51.553 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:51.554 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:51.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:51.564 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:51.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:51.564 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:51.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:51.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:51.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:51.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:51.692 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:51.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:51.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:51.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:51.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:51.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:51.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:51.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:51.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:51.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:51.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c28c10 is found... 07:28:51.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c28c10 is found finished successfully 07:28:51.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:51.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:51.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:51.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:51.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:51.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:51.715 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:51.716 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 07:28:51.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:51.719 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:51.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:51.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:51.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:51.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:51.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:51.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:51.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:51.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:51.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:51.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:51.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:51.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:51.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:51.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:51.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:51.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:51.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:51.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:51.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:51.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:51.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:52.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:52.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:52.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:52.762 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:52.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:52.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:52.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:52.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:52.763 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:52.764 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:52.764 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:52.764 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:52.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:52.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:52.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:52.764 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:52.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:52.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:52.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:52.765 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:52.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:52.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:52.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:52.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:52.765 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:52.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:52.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:52.771 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:52.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:52.771 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:52.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:52.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:52.775 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:52.775 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:52.806 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:52.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:52.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:52.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:52.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:52.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:52.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:52.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:52.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:52.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39391bb8 is found... 07:28:52.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39391bb8 is found finished successfully 07:28:52.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:52.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:52.810 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.810 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public static class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:52.810 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:52.824 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.824 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:52.824 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:52.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:52.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:52.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:52.825 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:52.825 DEBUG [main][MenuItemLookup] Item match:File 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:52.826 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:52.826 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:52.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:52.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:52.826 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:52.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:52.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:52.855 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:52.856 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:52.856 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:52.856 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:52.950 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:52.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:52.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:52.950 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:52.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:52.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:52.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:52.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:52.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:52.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:52.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:52.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:52.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:52.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:52.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:52.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:52.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:52.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:52.954 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:52.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:52.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:52.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:52.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:52.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:52.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:52.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:52.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:52.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:53.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:53.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:53.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:53.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:53.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:53.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:53.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:53.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:53.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:53.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:53.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:53.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:53.959 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:53.959 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:53.960 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:53.960 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:53.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:53.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:53.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:53.960 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:53.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:53.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:53.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:53.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:53.961 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:53.961 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:53.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:53.966 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:53.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:53.966 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:53.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:53.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:53.971 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:53.972 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:54.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:54.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:54.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:54.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:54.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:54.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:54.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:54.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@699385da is found... 07:28:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@699385da is found finished successfully 07:28:54.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:54.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:54.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:54.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:54.096 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.096 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:54.096 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:54.107 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:54.127 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.127 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 07:28:54.127 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:54.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:54.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:54.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:54.128 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:54.128 DEBUG [main][MenuItemLookup] Item match:File 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:54.129 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:54.129 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:54.129 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:54.129 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:54.129 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:54.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:54.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:54.156 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.156 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 07:28:54.156 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:28:55.157 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.157 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 07:28:55.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:55.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:55.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:55.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:55.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:55.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:55.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:55.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:55.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:55.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:55.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:55.192 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:55.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:55.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:55.192 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:55.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:55.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:55.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:55.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:55.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:56.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:56.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:56.194 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:56.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:56.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:56.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:56.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:56.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:56.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:56.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:56.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:56.195 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:56.195 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:56.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:56.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:56.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:56.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:56.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:56.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:56.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:56.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:56.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:56.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:56.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:56.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:56.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:56.196 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:56.196 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:56.196 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:56.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:56.203 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:56.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:56.203 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:56.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:56.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:56.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:56.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:56.238 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:56.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:56.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:56.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:56.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:56.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:56.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:56.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:56.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:56.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3781912b is found... 07:28:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3781912b is found finished successfully 07:28:56.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:56.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:56.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:56.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:56.241 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.242 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 07:28:56.242 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:56.250 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.250 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:56.250 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:56.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:56.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:56.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:56.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:56.250 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:56.250 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:56.250 DEBUG [main][MenuItemLookup] Item match:File 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:56.251 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:56.251 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:56.251 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:56.251 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:56.251 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:56.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:56.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:56.324 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.324 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:56.324 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:56.324 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:56.324 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:56.426 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:56.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:56.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:56.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:56.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:56.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:56.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:56.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:56.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:56.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:56.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:56.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:56.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:56.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:56.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:56.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:56.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:56.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:56.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:56.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:56.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:56.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:56.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:56.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:56.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:56.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:56.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:56.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:56.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:56.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:56.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:56.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:56.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:56.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:56.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:56.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:57.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:57.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:57.434 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:57.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:57.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:57.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:57.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:57.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:57.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:57.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:57.435 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:57.435 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:57.435 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:57.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:57.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:57.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:57.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:57.436 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:57.436 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:57.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:57.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:57.444 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:57.444 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:57.444 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:57.444 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:57.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:57.448 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:57.448 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:57.550 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:57.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:57.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:57.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:57.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:57.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:57.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:57.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:57.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:57.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:57.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@233729c7 is found... 07:28:57.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@233729c7 is found finished successfully 07:28:57.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:57.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:57.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:57.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:57.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:57.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:57.557 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:57.557 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:57.557 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 07:28:57.562 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:57.562 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:57.562 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 07:28:57.562 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:28:58.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:58.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:58.562 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:58.562 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:58.562 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:28:58.562 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:28:58.562 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:28:58.562 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:28:58.562 DEBUG [main][MenuItemLookup] Item match:Navigate 07:28:58.563 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:28:58.563 DEBUG [main][MenuItemLookup] Found menu:'Go To' 07:28:58.563 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:58.563 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 07:28:58.563 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 07:28:58.563 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 07:28:58.563 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 07:28:58.563 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 07:28:58.563 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 07:28:58.563 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 07:28:58.563 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 07:28:58.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:28:58.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:28:58.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:58.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:28:58.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:58.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:58.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:58.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:28:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:28:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:28:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:28:58.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:28:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:58.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:58.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:58.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:58.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 07:28:58.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:28:58.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:58.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:58.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:28:58.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:58.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:58.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:59.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:59.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:59.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:59.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:59.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:28:59.636 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:28:59.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:28:59.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:59.636 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:28:59.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:28:59.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 07:28:59.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:59.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:59.666 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:59.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:59.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:59.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:59.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:59.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:59.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:59.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:59.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:59.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:59.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:59.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:59.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:59.669 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:59.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:59.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:59.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:59.703 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:59.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:59.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:59.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:59.704 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:59.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:59.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:59.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:59.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:59.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:59.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:00.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:00.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:00.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:00.706 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:00.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:00.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:00.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:00.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:00.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:00.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:00.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:00.707 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:00.707 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:00.708 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:00.708 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:00.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:00.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:00.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:00.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:00.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:00.708 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:00.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:00.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:00.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:00.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:00.709 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:00.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:00.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:00.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:00.709 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:00.709 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:00.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:00.716 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:00.716 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:00.716 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:00.716 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:00.717 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:00.720 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:00.720 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:00.721 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:00.754 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:00.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:00.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:00.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:00.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:00.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:00.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@522202c2 is found... 07:29:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@522202c2 is found finished successfully 07:29:00.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:00.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:00.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:00.759 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.759 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:00.759 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:00.777 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.777 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:00.778 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:00.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:00.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:00.778 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:00.778 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:00.778 DEBUG [main][MenuItemLookup] Item match:File 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:00.779 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:00.779 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:00.791 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:00.791 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:00.791 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:00.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.821 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:00.821 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:00.821 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:00.821 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:00.921 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:00.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:00.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:00.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:00.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:00.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:00.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:00.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:00.922 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:00.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:00.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:00.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:00.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:00.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:00.923 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:00.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:00.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:00.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:00.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:00.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:00.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:00.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:00.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:00.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:00.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:00.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:00.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:00.928 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:00.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:00.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:00.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:00.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:00.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:00.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:00.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:01.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:01.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:01.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:01.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:01.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:01.931 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:01.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:01.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:01.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:01.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:01.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:01.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:01.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:01.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:01.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:01.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:01.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:01.932 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:01.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:01.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:01.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:01.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:01.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:01.934 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:01.934 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:01.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:01.941 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:01.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:01.941 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:01.941 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:01.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:01.945 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:01.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:02.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:02.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:02.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:02.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:02.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:02.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:02.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:02.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27eae009 is found... 07:29:02.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27eae009 is found finished successfully 07:29:02.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:02.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:02.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:02.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:02.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:02.082 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:02.083 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:02.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:02.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:02.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:02.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:02.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:02.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:02.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:02.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:02.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:02.085 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:02.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:02.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:02.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:02.117 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:02.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:02.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:02.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:02.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:02.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:02.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:02.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:02.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:02.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:03.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:03.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:03.119 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:03.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:03.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:03.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:03.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:03.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:03.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:03.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:03.121 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:03.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:03.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:03.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:03.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:03.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:03.122 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:03.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:03.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:03.131 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:03.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:03.131 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:03.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:03.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:03.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:03.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:03.170 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:03.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:03.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:03.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:03.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:03.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:03.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c592516 is found... 07:29:03.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c592516 is found finished successfully 07:29:03.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:03.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:03.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:03.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:03.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.174 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:03.174 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:03.189 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.190 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:03.190 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:03.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:03.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:03.190 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:03.190 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:03.190 DEBUG [main][MenuItemLookup] Item match:File 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:03.191 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:03.191 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:03.191 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:03.191 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:03.191 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:03.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:03.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:03.219 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.220 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:03.220 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:03.220 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:03.220 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:03.311 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:03.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:03.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:03.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:03.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:03.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:03.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:03.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:03.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:03.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:03.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:03.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:03.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:03.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:03.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:03.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:03.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:03.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:03.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:03.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:03.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:03.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:03.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:03.316 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:03.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:03.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:03.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:03.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:03.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:03.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:03.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:03.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:03.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:03.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:03.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:03.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:04.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:04.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:04.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:04.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:04.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:04.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:04.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:04.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:04.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:04.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:04.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:04.321 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:04.321 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:04.321 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:04.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:04.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:04.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:04.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:04.323 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:04.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:04.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:04.333 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:04.333 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:04.333 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:04.333 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:04.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:04.339 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:04.339 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:04.445 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:04.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:04.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:04.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:04.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:04.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:04.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:04.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:04.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:04.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:04.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63a5e4b is found... 07:29:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63a5e4b is found finished successfully 07:29:04.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:04.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:04.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:04.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:04.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:04.461 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:04.461 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:04.461 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:04.461 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:04.662 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:04.864 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:04.864 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:05.065 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:05.267 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:05.267 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:05.467 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:05.670 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:05.670 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:05.870 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:06.072 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:29:06.072 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:29:06.273 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:29:07.274 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 07:29:07.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:07.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:07.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:07.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:07.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:07.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:07.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:07.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:07.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:07.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:07.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:07.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:07.282 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:07.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:07.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:07.311 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:07.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:07.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:07.311 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:07.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:07.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:07.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:07.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:07.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:08.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:08.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:08.313 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:08.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:08.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:08.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:08.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:08.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:08.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:08.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:08.314 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:08.314 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:08.314 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:08.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:08.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:08.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:08.315 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:08.315 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:08.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:08.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:08.332 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:08.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:08.332 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:08.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:08.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:08.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:08.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:08.365 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4edacf0e is found... 07:29:08.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4edacf0e is found finished successfully 07:29:08.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:08.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:08.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:08.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:08.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.368 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:08.368 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:08.383 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.383 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:08.383 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:08.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:08.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:08.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:08.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:08.384 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:08.384 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:08.384 DEBUG [main][MenuItemLookup] Item match:File 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:08.385 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:08.385 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:08.385 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:08.385 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:08.385 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:08.411 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.411 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:08.412 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:08.412 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:08.412 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:08.464 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:08.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:08.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:08.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:08.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:08.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:08.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:08.465 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:08.465 DEBUG [main][EditorHandler] 0 editor(s) found 07:29:08.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:08.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:08.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:08.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:08.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:08.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:08.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:08.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:08.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:08.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:08.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:08.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:08.467 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:08.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:08.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:08.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:08.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:08.469 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:08.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:08.469 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:08.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:08.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:08.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:08.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:09.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:09.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:09.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:09.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:09.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:09.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:09.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:09.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:09.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:09.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:09.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:09.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:09.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:09.472 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:09.472 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:09.472 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:09.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:09.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:09.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:09.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:09.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:09.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:09.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:09.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:10.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:10.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:10.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:10.473 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:10.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:10.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:10.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:10.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:10.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:10.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:10.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:10.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:10.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:10.474 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:10.475 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:10.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:10.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:10.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:10.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:10.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:10.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:10.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:10.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:10.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:10.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:10.476 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:29:10.476 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:29:10.476 DEBUG [main][TreeItemHandler] Set Tree selection 07:29:10.476 DEBUG [main][TreeHandler] Notify Tree about selection event 07:29:10.480 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:29:10.481 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 07:29:10.482 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 07:29:10.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:29:10.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'New' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:10.517 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:29:10.517 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:29:10.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:29:10.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:29:10.517 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:29:10.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:10.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:29:11.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:29:11.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:11.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:11.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:11.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:11.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:29:11.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'New' 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:11.035 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:11.035 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:29:11.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:29:11.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:29:11.036 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:29:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1107): Gtk-CRITICAL **: 07:29:11.085: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1107): Gtk-CRITICAL **: 07:29:11.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1107): Gtk-CRITICAL **: 07:29:11.107: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1107): Gtk-CRITICAL **: 07:29:11.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 07:29:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 07:29:11.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:29:11.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:11.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:11.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 07:29:11.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:11.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:11.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:11.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:29:11.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:11.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:11.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:11.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:11.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:11.632 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:29:11.632 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:29:11.632 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:29:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:11.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:11.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:11.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 07:29:11.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:11.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:29:11.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:11.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:11.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:11.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:11.633 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:29:11.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:11.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:11.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:11.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:11.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:29:11.636 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:29:12.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:29:12.136 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:29:12.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:12.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:29:12.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:29:12.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:12.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:12.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:12.137 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:29:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:12.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:12.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:12.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:12.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:12.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.157 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.386 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.38 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.039 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.424 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.225 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.209 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.473 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.398 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.399 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.687 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.496 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.175 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.364 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.497 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.895 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 6.123 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.667 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.157 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.346 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.408 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.891 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.014 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.383 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.888 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.165 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.933 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.406 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.476 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.495 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.389 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.154 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:29:12.146 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:29:12.146 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:29:12.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:12.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:29:12.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:12.147 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:29:12.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:12.147 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:29:12.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:12.147 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:29:12.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:12.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:12.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:12.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:12.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:29:12.148 DEBUG [main][MenuItemLookup] Item match:Window 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:12.148 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:29:12.148 DEBUG [main][MenuItemLookup] Item match:Preferences 07:29:12.148 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:29:12.148 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:29:12.149 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:29:12.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:29:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:29:12.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:29:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.232 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:29:12.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:29:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:12.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:29:12.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:12.236 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:29:12.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:12.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:12.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:12.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:12.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.255 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:12.255 DEBUG [main][EditorHandler] 0 editor(s) found 07:29:12.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:12.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.257 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:12.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:12.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:12.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:12.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:12.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:29:12.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:29:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:29:12.261 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:12.261 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 07:29:12.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:29:12.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:12.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:12.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:12.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:12.263 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:12.263 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:12.263 DEBUG [main][MenuItemLookup] Item match:File 07:29:12.264 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:12.264 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:29:12.265 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:29:12.265 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:12.265 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:29:12.265 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:12.265 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:29:12.265 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:12.265 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:29:12.265 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:29:12.280 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:29:12.280 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:29:12.280 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:29:12.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:29:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:29:12.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:29:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.335 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:29:12.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:29:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:12.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:29:12.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:29:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:12.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:29:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:12.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:29:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:29:12.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:29:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:12.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:29:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:12.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:29:12.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 07:29:12.337 DEBUG [main][TreeItemHandler] Selecting tree item: Project 07:29:12.337 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 07:29:12.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 07:29:12.340 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:29:12.340 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:29:12.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:29:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:12.341 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:29:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:12.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:12.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:12.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 07:29:12.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 07:29:12.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 07:29:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.364 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:29:12.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.364 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 07:29:12.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 07:29:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:29:12.366 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:29:12.366 INFO [WorkbenchTestable][AbstractText] Text set to: project 07:29:12.367 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:29:12.367 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 07:29:12.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:29:12.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:12.368 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:29:12.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:12.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:12.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:12.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:12.872 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:29:12.872 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:29:12.872 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:12.872 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:12.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:29:12.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:29:12.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:12.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:12.873 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:12.873 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:12.873 DEBUG [main][MenuItemLookup] Item match:File 07:29:12.874 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:12.874 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:29:12.875 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:29:12.875 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:12.875 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:29:12.875 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:12.875 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:29:12.875 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:12.875 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:29:12.875 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:29:12.875 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:29:12.875 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:29:12.875 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:29:12.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:29:12.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:29:12.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:29:12.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.931 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:29:12.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:29:12.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:29:12.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:29:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:12.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:29:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:12.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:29:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:29:12.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:29:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:12.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:29:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:12.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:29:12.933 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:29:12.933 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:29:12.933 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:29:12.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:29:12.936 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:29:12.936 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:29:12.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:29:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:12.938 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:29:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:12.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:12.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:12.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:29:12.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:29:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:29:12.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:29:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.965 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:29:12.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:12.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:29:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:29:12.967 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:29:12.967 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 07:29:12.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:29:12.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:29:12.975 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:29:12.976 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 07:29:12.982 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:29:12.982 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:29:12.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:29:12.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:12.984 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:29:12.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:12.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:12.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:12.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:13.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:13.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:13.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:13.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:29:13.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:13.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:13.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:13.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:13.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E') 07:29:13.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:13.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:13.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:13.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:13.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:13.492 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:13.492 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 07:29:13.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:13.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:13.492 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:13.493 DEBUG [main][MenuItemLookup] Item match:Edit 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:29:13.493 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:29:13.494 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 07:29:13.494 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:29:13.494 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:29:13.694 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 07:29:14.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:29:14.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:29:14.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:14.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:14.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:29:14.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:14.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:14.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:29:14.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:14.707 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:29:14.707 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:14.708 DEBUG [WorkbenchTestable][ContentAssistant] a 07:29:14.708 DEBUG [WorkbenchTestable][ContentAssistant] b 07:29:14.708 DEBUG [WorkbenchTestable][ContentAssistant] c 07:29:14.708 INFO [WorkbenchTestable][AbstractShell] Close shell 07:29:14.708 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:29:14.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:29:14.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:29:14.719 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:14.719 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:14.719 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 07:29:14.741 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 07:29:14.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:14.742 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:14.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:14.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:14.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:14.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:14.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:14.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:14.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:14.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:14.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:14.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:14.743 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:14.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:14.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:14.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:14.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:14.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:14.745 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:14.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:14.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:14.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:14.745 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:14.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:14.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:14.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:14.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:14.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:15.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:15.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:16.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:16.247 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:16.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:16.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:16.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:16.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:16.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:16.248 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 07:29:16.248 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:16.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:16.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:16.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:16.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:17.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:17.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:17.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:17.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:17.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:17.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:17.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:17.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:17.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:17.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:17.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:17.250 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 07:29:17.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:17.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:17.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:17.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:17.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:17.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:17.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:17.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:17.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:17.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:17.251 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:29:17.251 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:29:17.252 DEBUG [main][TreeItemHandler] Set Tree selection 07:29:17.252 DEBUG [main][TreeHandler] Notify Tree about selection event 07:29:17.257 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:29:17.259 DEBUG [WorkbenchTestable][TreeItemHandler] project 07:29:17.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:29:17.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'New' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.277 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:29:17.277 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:29:17.277 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:29:17.277 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:29:17.277 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:29:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:17.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:29:17.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:17.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:17.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:17.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:17.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:29:17.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:17.796 DEBUG [main][MenuItemLookup] Found menu:'New' 07:29:17.796 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:29:17.796 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.796 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:29:17.796 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.796 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:17.796 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:17.796 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:17.796 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:29:17.796 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:29:17.796 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:29:17.796 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:29:17.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 07:29:18.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 07:29:18.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:29:18.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:18.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 07:29:18.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:18.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:18.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:18.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:29:18.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:18.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:18.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:18.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:18.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:18.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:18.381 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:29:18.381 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:29:18.382 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:29:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:18.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:18.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:18.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 07:29:18.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:18.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:29:18.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:18.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:18.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:18.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:18.383 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:29:18.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:18.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:18.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:18.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:18.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:29:18.387 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:29:18.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:29:18.887 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:29:18.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:18.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:29:18.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:29:18.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:18.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:18.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:18.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:18.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:18.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:18.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:29:18.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:18.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:18.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:29:18.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:18.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:18.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 07:29:18.889 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:29:18.889 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:18.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:18.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.743 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.628 s Results: Tests run: 85, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >-------- [INFO] Building RedDeer UIForms Test 4.7.0-SNAPSHOT [34/58] [INFO] from tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms.test --- [INFO] Resolving class path of RedDeer UIForms Test... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:28.616 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:29:28.618 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:29:28.630 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:29:28.632 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:29:28.714 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:28.736 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:29:28.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:28.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:28.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:29:28.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:29:28.756 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:29:28.759 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:28.759 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:29:28.831 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:28.831 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:29:28.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:28.835 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:29:28.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:28.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:28.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:28.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:28.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:28.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:28.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:28.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:28.915 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:28.918 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:28.918 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:28.918 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:29:28.918 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:29:28.918 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:29:28.918 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:29:28.918 DEBUG [main][MenuItemLookup] Item match:Window 07:29:28.921 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:29:28.921 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:29:28.921 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:29:28.922 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:28.922 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:29:28.922 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:29:28.922 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:28.922 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:29:28.922 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:28.922 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:29:28.922 DEBUG [main][MenuItemLookup] Item match:Preferences 07:29:28.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:29:28.924 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:29:28.926 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:29:29.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:29:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:29:29.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:29:29.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:29.168 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:29:29.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:29.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:29:29.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:29.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:29.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:29.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:29.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:29.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:29:29.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:29.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:29.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:29.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:29.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:29.239 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:29:29.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:29.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:29.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:29.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:29.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:29.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:29.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:29.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:29.319 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:29.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:29.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:29.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:29.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:29.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:29.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:29.327 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 07:29:29.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:29.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:29.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:29.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:29.328 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:29.328 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:29.328 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:29.328 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:29:29.328 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:29:29.328 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:29:29.328 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:29:29.328 DEBUG [main][MenuItemLookup] Item match:Window 07:29:29.329 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:29:29.329 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:29:29.329 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:29:29.330 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:29.330 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:29:29.330 DEBUG [main][MenuItemLookup] Item match:Show View 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:29.339 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:29:29.339 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:29:29.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:29:29.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:29:29.340 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:29:29.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:29:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:29:29.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:29:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:29.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:29:29.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:29.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:29:29.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:29.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:29.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:29.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 07:29:29.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 07:29:29.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:29.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 07:29:29.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 07:29:29.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 07:29:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:29.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 07:29:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:29.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 07:29:29.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 07:29:29.942 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 07:29:29.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 07:29:29.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 07:29:29.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:29.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:29:29.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:29.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:29.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:29.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:29:29.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:29.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:29:29.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:29.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:29.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:29.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:29.947 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:29:29.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:29.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:29.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:29.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:29:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:29:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 07:29:30.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 07:29:30.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:30.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:30.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:30.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:30.282 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:30.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:30.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:30.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:30.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:30.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 07:29:30.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:30.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:30.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:30.319 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:30.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:30.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:30.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:29:30.322 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 07:29:30.322 TRACE [main][WidgetHandler] Wait for synchronization 07:29:30.322 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 07:29:30.322 TRACE [main][WidgetHandler] Wait for synchronization 07:29:30.322 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 07:29:30.322 TRACE [main][WidgetHandler] Wait for synchronization 07:29:30.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink clicked") 07:29:30.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:30.325 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:30.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:30.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:29:30.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:30.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:30.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:30.344 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:30.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:30.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:30.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:30.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:30.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:30.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:30.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.351 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:30.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:30.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:30.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:30.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:30.376 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:30.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:30.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:30.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:30.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:30.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 07:29:30.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:30.383 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:30.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:30.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:31.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:31.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:31.425 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 07:29:31.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:31.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:31.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:31.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:31.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:31.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:31.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:31.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:31.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:31.514 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:31.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:31.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:31.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:31.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:31.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 1 and no matchers specified 07:29:31.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.521 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:31.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:31.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 07:29:31.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:31.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:31.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:31.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:31.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:31.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:31.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:31.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:31.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:31.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:31.554 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:31.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:31.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:31.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:31.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:31.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:31.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:31.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.559 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:31.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:31.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section C") 07:29:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:29:31.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:31.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:31.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:31.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:31.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:31.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:31.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:31.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:31.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:31.646 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:31.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:31.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:31.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:31.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:31.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 07:29:31.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.651 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:31.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:29:31.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:31.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:31.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.653 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.653 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:31.653 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:31.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:31.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:31.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.658 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:31.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:31.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:31.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:31.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:31.685 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:31.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:31.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:31.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:31.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:31.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section B") 07:29:31.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.689 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:31.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:29:31.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:31.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:31.727 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:31.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:31.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:31.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.733 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:31.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:31.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:31.741 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:31.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:31.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:31.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:31.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.766 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:31.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:31.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 07:29:31.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:29:31.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:31.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:31.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:31.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:31.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:31.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:31.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:31.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:31.831 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:31.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:31.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:31.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:31.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:31.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:31.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.836 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:31.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:31.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 07:29:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:31.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 07:29:31.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:31.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:31.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:29:31.841 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:29:31.841 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:31.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.293 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.024 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.083 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.095 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.09 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.037 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.073 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.043 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.07 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:31.867 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:31.868 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:29:31.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:31.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:31.868 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:31.868 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:29:31.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:31.869 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:29:31.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:31.869 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:29:31.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:31.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:31.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:31.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:31.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:31.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:31.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:31.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.870 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:31.870 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:31.870 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:31.870 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:31.870 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:29:31.870 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:29:31.870 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:29:31.870 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:29:31.870 DEBUG [main][MenuItemLookup] Item match:Window 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.871 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:29:31.871 DEBUG [main][MenuItemLookup] Item match:Preferences 07:29:31.871 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:29:31.871 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:29:31.872 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:29:31.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:29:31.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:29:31.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:29:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.997 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:29:31.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:31.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:29:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:32.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:32.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:29:32.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:32.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:32.025 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:29:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:32.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:32.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:32.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:32.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:32.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:32.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:32.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:32.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:32.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:32.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:32.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:32.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:32.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:32.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.088 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:32.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:32.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:32.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:32.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:32.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:32.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:32.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:32.114 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:32.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:32.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:32.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:32.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:32.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:32.146 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 07:29:32.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:32.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:32.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:32.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:32.149 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:32.149 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:32.149 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:29:32.149 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:29:32.149 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:29:32.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:29:32.149 DEBUG [main][MenuItemLookup] Item match:Window 07:29:32.150 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:29:32.150 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:29:32.150 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:29:32.150 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:32.150 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:29:32.151 DEBUG [main][MenuItemLookup] Item match:Show View 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:32.155 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:29:32.155 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:29:32.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:29:32.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:29:32.174 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:29:32.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:29:32.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:29:32.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:29:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:32.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:29:32.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:32.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:29:32.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:32.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:29:32.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:29:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:32.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:32.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:29:32.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:29:32.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:29:32.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:32.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:29:32.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:32.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:29:32.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 07:29:32.750 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 07:29:32.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 07:29:32.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 07:29:32.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:32.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:29:32.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:32.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:29:32.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:32.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:29:32.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:32.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:32.752 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:29:32.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:32.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:32.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:32.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:32.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:29:32.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:29:32.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 07:29:32.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 07:29:32.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:32.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:32.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 07:29:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:32.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:32.884 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 07:29:32.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:29:32.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:32.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:32.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:32.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 07:29:32.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:32.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:32.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:32.885 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 07:29:32.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:32.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:33.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:33.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:33.888 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 07:29:33.889 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 07:29:33.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:29:33.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:33.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:33.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:33.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:33.890 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 07:29:33.890 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 07:29:33.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:29:33.892 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:29:33.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:33.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:33.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:33.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:33.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:33.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:33.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:33.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:33.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:33.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:33.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:33.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:33.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:33.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:33.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:33.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:33.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:33.970 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:33.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:33.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:33.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:33.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:33.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:33.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 1 and no matchers specified 07:29:33.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:33.974 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:33.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:33.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:33.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:33.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:33.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 07:29:33.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:34.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:34.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:34.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:34.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:34.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:34.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:34.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:34.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:34.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:34.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:34.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:34.047 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:34.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:34.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:34.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:34.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:34.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:34.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:34.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:34.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.051 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:34.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:34.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:34.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Form D") 07:29:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:34.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:34.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:34.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:34.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.060 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:34.060 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:34.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:34.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:34.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.080 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:34.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:34.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:34.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:34.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:34.088 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:34.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:34.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:34.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:34.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:34.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:34.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 07:29:34.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:34.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.092 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:34.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:34.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:34.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:34.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:34.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:34.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:34.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.133 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:34.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:34.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:34.143 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:34.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:34.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:34.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:34.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:34.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:34.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:34.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.181 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:34.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:34.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:34.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:34.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:34.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:34.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:34.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:34.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:34.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.217 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:34.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:34.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:34.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:34.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:34.224 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:34.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:34.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:34.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:34.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:34.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:34.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:34.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:34.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.246 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:34.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:34.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:34.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 07:29:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:34.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:34.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:34.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:34.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.254 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:34.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:34.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:34.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:34.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.259 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:34.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:34.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:34.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:34.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:34.268 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:34.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:34.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:34.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:34.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:34.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:34.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:34.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:34.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.272 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:34.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:34.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:34.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 07:29:34.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:34.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:34.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 07:29:34.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:34.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:34.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:29:34.311 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:29:34.311 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:34.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.446 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.888 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.061 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.044 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.067 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.063 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.043 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.056 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:34.321 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:34.322 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:29:34.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:34.323 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:34.323 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:34.323 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:29:34.323 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:34.323 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:29:34.323 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:34.323 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:29:34.324 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:34.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:34.324 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:34.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:34.324 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:34.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:34.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:34.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:34.325 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:29:34.325 DEBUG [main][MenuItemLookup] Item match:Window 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:29:34.325 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:29:34.326 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.326 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:29:34.326 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:29:34.326 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.326 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:29:34.326 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.326 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:29:34.326 DEBUG [main][MenuItemLookup] Item match:Preferences 07:29:34.326 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:29:34.326 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:29:34.326 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:29:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:29:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:29:34.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:29:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.418 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:29:34.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:34.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:29:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:34.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:34.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:34.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:29:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:34.424 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:29:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:34.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:34.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:34.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:34.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:34.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:34.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:34.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:34.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:34.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:34.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:34.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:34.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.462 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:34.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:34.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:34.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:34.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:34.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:34.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:34.470 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:34.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:34.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:34.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:34.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:34.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:34.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:29:34.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:34.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.519 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:34.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:34.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:34.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:34.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:29:34.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 07:29:34.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:34.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:34.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:35.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:35.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:35.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:35.534 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 07:29:35.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:35.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:35.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:35.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:35.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:35.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:35.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:35.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:35.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:35.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:35.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.539 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:35.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:35.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:35.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:35.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:35.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:35.564 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:35.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:35.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:35.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:35.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:35.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:35.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:29:35.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:35.583 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:35.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:35.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:35.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:29:35.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 07:29:35.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:35.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:35.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:29:35.590 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:29:35.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:35.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:35.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:35.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:35.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:35.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:35.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:35.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:35.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:35.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:35.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:35.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:35.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.595 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:35.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:35.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:35.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:35.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:35.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:35.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:35.619 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:35.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:35.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:35.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:35.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:35.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:35.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Non existing expandable composite title") 07:29:35.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:35.623 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:35.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:35.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:36.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:36.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:36.640 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 07:29:36.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:36.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:36.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.640 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:36.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:36.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:36.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:36.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.644 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:36.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:36.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:36.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:36.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:36.668 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:36.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:36.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:36.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:36.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:36.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:29:36.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.672 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:36.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:36.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 07:29:36.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:36.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.674 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:36.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:36.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:36.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:36.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.678 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:36.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:36.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:36.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:36.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:36.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:36.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:36.718 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:36.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:36.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:36.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:36.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:36.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:36.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.721 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:36.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:36.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 07:29:36.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:29:36.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:36.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:36.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:36.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:36.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:36.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:36.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.729 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:36.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:36.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:36.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:36.754 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:36.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:36.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:36.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:36.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:36.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:29:36.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.757 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:36.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:29:36.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:36.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:36.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:36.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:36.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:36.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:36.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:36.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:36.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:36.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:36.799 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:36.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:36.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:36.802 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:36.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:36.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:36.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:36.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:36.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 07:29:36.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.810 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:36.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:29:36.812 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.812 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:36.812 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.813 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:36.813 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:36.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:36.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:36.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.833 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:36.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:36.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:36.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:36.840 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:36.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:36.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:36.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:36.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:36.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:36.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:36.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.844 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:36.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:36.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:36.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:29:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:29:36.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:36.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:36.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:36.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:36.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:36.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.867 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:36.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:36.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:36.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:36.874 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:36.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:36.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:36.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:36.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:36.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:36.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:36.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.877 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:36.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:36.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:36.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:29:36.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:36.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:36.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 07:29:36.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:36.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:36.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:36.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:29:36.880 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:29:36.881 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:36.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:36.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:36.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.56 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.078 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.056 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.049 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.033 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.05 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.033 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.054 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.034 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:36.890 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:36.890 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:29:36.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:36.891 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:36.891 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:36.891 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:29:36.916 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:36.916 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:29:36.916 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:36.916 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:29:36.916 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:36.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:36.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:36.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:36.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:36.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:36.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:36.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:36.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:36.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:36.918 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:36.918 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:36.918 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:36.918 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:29:36.918 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:29:36.918 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:29:36.918 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:29:36.918 DEBUG [main][MenuItemLookup] Item match:Window 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:36.919 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:29:36.919 DEBUG [main][MenuItemLookup] Item match:Preferences 07:29:36.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:29:36.919 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:29:36.919 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:29:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:29:37.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:29:37.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:29:37.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:37.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:37.011 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:29:37.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:37.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:29:37.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:37.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:29:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:37.015 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:29:37.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:37.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:37.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:37.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:37.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:37.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:37.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:37.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:37.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:37.037 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:37.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:37.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:37.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:37.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:37.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:37.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.042 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:37.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:37.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:37.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:37.072 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:37.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:37.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:37.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:37.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:37.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:29:37.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:37.077 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:37.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:37.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:29:37.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText clicked") 07:29:37.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:37.109 TRACE [main][WidgetHandler] Notify FormText with event 1 07:29:37.109 TRACE [main][WidgetHandler] Wait for synchronization 07:29:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:37.111 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:37.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:29:37.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:37.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:37.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:37.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:37.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:37.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:37.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:37.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:37.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:37.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:37.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.117 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:37.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:37.121 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:37.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:37.125 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:37.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:37.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:37.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:37.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:37.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:29:37.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:37.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:37.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:37.128 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:37.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:37.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:29:37.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 07:29:37.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:37.146 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:37.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:37.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:37.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 07:29:37.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:37.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:37.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:37.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:37.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:37.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:37.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:37.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:37.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:37.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:37.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:37.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:37.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:37.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:37.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:37.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:37.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:37.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:37.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:37.161 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:37.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:37.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:37.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:37.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:37.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 07:29:37.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:37.181 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:37.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:37.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:38.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:38.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:38.197 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 07:29:38.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.198 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.198 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.225 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 07:29:38.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.228 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:38.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 07:29:38.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.256 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:29:38.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.259 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:29:38.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.261 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.261 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.261 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.265 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.291 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:38.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.295 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:38.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section C") 07:29:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:29:38.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.298 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.340 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:29:38.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.344 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:29:38.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.373 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:29:38.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.377 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:29:38.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.382 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.406 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section A") 07:29:38.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.410 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:29:38.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.415 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.441 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:38.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.446 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:38.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 07:29:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:29:38.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.478 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:38.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.481 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:38.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 07:29:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:38.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:38.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 07:29:38.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.485 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:29:38.485 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:29:38.485 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:38.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:38.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.596 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.075 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.035 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.048 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.032 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.031 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.037 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.047 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.033 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.032 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.038 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:38.493 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:38.508 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:29:38.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:38.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.509 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:29:38.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.517 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:29:38.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.518 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:29:38.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:38.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:38.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:38.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:38.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:29:38.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:38.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.519 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:29:38.519 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:38.520 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:38.520 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:29:38.520 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:29:38.520 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:29:38.520 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:29:38.520 DEBUG [main][MenuItemLookup] Item match:Window 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:38.521 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:29:38.521 DEBUG [main][MenuItemLookup] Item match:Preferences 07:29:38.538 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:29:38.538 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:29:38.538 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:29:38.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:29:38.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:29:38.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:29:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.642 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:29:38.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:38.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:29:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:38.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:29:38.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:29:38.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:29:38.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:38.646 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:29:38.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:38.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:38.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:38.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:38.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:38.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:38.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:38.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:38.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:38.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:38.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.691 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:38.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:38.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:38.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.728 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:38.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:38.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:38.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:38.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:38.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 07:29:38.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:38.749 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:38.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:29:38.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 07:29:38.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:39.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:39.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:39.764 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 07:29:39.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:39.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:39.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:39.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:39.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:39.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:39.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:39.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:39.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:39.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:39.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:39.770 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:39.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:39.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:39.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:39.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:39.774 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:39.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:39.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:39.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:39.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:39.778 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:39.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:39.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:39.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:39.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:39.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:39.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 07:29:39.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:39.782 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:39.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:39.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:39.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:29:39.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 07:29:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:39.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:39.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:29:39.809 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:29:39.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:39.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:39.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:39.810 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:39.810 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:39.810 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:39.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:39.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:39.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:39.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:39.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:39.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:39.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:39.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:39.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:39.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:39.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:39.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:39.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:39.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:39.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:39.825 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:39.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:39.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:39.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:39.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:39.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:39.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing section title") 07:29:39.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:39.830 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:39.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:39.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:39.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:40.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:40.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:40.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:40.874 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 07:29:40.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:40.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:40.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:40.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:40.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:40.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:40.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:40.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:40.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:40.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:40.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:40.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:40.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:40.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:40.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:40.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:40.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:40.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:40.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:40.902 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:40.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:40.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:40.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:40.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:40.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:40.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 1 and no matchers specified 07:29:40.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:40.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:40.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:40.905 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:40.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:40.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:40.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:40.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:40.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 07:29:40.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:40.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:40.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:40.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:40.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:40.907 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:40.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:40.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:40.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:40.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:40.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:40.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:40.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:40.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:40.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:40.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:40.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:40.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:40.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:40.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:40.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:40.935 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:40.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:40.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:40.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:40.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:40.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:40.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:40.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:40.938 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:40.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:40.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:40.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:40.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Section C") 07:29:40.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:40.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:40.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:29:40.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:40.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:40.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:40.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:40.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:40.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:40.942 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:40.942 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:40.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:40.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:40.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:40.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:40.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:40.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:40.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:40.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:40.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:40.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:40.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:40.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:40.978 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:40.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:40.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:40.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:40.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:40.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:40.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 07:29:40.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:41.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.005 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:41.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:41.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:29:41.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:41.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:41.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:41.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.006 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:41.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:41.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:41.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:41.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:41.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:41.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:41.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:41.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:41.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:41.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:41.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:41.025 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:41.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:41.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:41.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:41.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:41.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:41.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Section A") 07:29:41.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.028 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:41.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:29:41.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:41.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:41.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:41.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:41.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:41.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:41.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:41.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:41.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:41.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:41.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:41.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:41.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:41.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:41.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:41.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:41.056 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:41.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:41.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:41.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:41.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:41.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:41.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:41.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:41.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.059 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:41.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:41.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:41.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 07:29:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:29:41.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:41.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:41.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:41.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:41.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:41.062 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:41.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:41.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:41.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:41.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:41.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.079 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:29:41.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:41.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:41.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:41.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:41.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:29:41.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:41.089 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:29:41.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:29:41.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:41.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:41.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:41.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:41.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:29:41.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:41.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.092 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:29:41.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:41.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:29:41.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 07:29:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:29:41.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:29:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:41.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 07:29:41.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:41.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:41.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:29:41.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:29:41.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:41.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.602 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.077 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.046 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.065 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.032 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.033 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.064 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.023 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.033 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.033 s Results: Tests run: 44, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >--------- [INFO] Building RedDeer JFace Tests 4.7.0-SNAPSHOT [35/58] [INFO] from tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface.test --- [INFO] Resolving class path of RedDeer JFace Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:29:52.120 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:29:52.123 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:29:52.141 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:29:52.143 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:29:52.250 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:29:52.336 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:29:52.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:52.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:29:52.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:29:52.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:29:52.352 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:29:52.408 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:52.408 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:29:52.438 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:52.438 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:29:52.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:52.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:52.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:29:52.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:29:52.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:52.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:52.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:52.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:52.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:52.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:52.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:52.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:29:52.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:52.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:29:52.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:29:52.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:52.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 07:29:52.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:29:52.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:52.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 07:29:52.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:29:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:52.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:52.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:52.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:52.720 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:29:52.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:52.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:52.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:52.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:57.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 07:29:57.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:29:57.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 07:29:57.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:29:57.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:57.785 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:57.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:29:57.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:57.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:29:57.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:29:57.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:57.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:57.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:57.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:57.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:57.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:57.788 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:57.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:29:57.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:29:57.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:29:57.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:57.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:57.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:29:57.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:29:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:57.851 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:29:57.851 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 07:29:57.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:29:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:57.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:57.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:57.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:57.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:57.855 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:29:57.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:57.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:57.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:57.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:57.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:29:57.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:29:57.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:57.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:29:57.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:57.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:57.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:57.908 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:29:57.908 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:57.908 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:57.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:57.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:57.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:29:57.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:57.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:29:57.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:29:57.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:57.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:57.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:57.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:57.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:29:57.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:29:57.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:29:57.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:57.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:57.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:29:57.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 07:29:57.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:29:57.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:29:57.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:29:57.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:57.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:57.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:57.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:57.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:29:57.964 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:29:57.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:29:57.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:29:57.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:29:57.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:02.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:02.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 07:30:02.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:02.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:30:02.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:02.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:02.984 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:30:02.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:02.984 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:30:02.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:30:02.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:02.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:02.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:02.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:02.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:02.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:02.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:02.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:03.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:03.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:03.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:03.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:03.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:30:03.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:03.043 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:03.043 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 07:30:03.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:03.045 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:03.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:03.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:03.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:03.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:03.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:03.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:03.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:30:03.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:03.074 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:03.074 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:30:03.074 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:03.074 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:30:03.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:30:03.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:03.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:03.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:03.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:03.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:03.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:03.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:03.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:03.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:03.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 07:30:03.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:30:03.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 07:30:03.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:30:03.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:03.143 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:30:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:03.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:03.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:08.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 07:30:08.166 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:30:08.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:08.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 07:30:08.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:30:08.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:08.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:08.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:08.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:08.167 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:30:08.167 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:08.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:30:08.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:30:08.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:08.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:08.168 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:08.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:08.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:08.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:08.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:08.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:08.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:08.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:08.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:08.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 07:30:08.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 07:30:08.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:30:08.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:08.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:08.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:08.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:08.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:08.226 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:30:08.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:08.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:08.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:08.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:13.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:13.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:30:13.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:13.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:13.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:30:13.247 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:30:13.247 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:13.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:13.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:13.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.216 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.342 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.121 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.076 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.09 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.093 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.079 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:13.294 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:13.295 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:30:13.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:13.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:13.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:13.296 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:30:13.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:13.297 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:30:13.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:13.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:13.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:13.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:13.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:13.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:13.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:13.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:13.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:13.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:13.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:13.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:13.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:13.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.351 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:13.351 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 07:30:13.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:13.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:13.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:13.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:13.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:13.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:13.353 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:13.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:13.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:13.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:13.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:13.356 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:13.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:13.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:13.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:13.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:13.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:13.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:13.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:13.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:13.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:13.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:13.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:13.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:13.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:13.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:13.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:13.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:13.360 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:13.360 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:13.388 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:13.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:13.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:13.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:13.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:13.389 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:13.389 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:13.389 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:13.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:13.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:13.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:13.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:13.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:13.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:13.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:13.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:13.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:13.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:13.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:13.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.459 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:13.459 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 07:30:13.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:13.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:13.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:13.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:13.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:13.461 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:13.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:13.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:13.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:13.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:13.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:13.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:13.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:13.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:13.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:13.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:13.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:13.514 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:13.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:13.514 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:13.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:13.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:13.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:13.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:13.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.514 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:13.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:13.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:13.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:13.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:13.566 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:13.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:30:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:13.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:13.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:13.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:13.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:13.568 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:13.568 INFO [WorkbenchTestable][WizardDialog] Finish wizard 07:30:13.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:30:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:13.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:13.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:13.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:13.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:13.570 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:30:13.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:13.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:13.570 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:13.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:18.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:18.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:18.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:18.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:18.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:18.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:18.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.587 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:18.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:18.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:18.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:18.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:18.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:18.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:18.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:18.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.641 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:18.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:30:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:18.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:18.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:18.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:18.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:18.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:18.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:18.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:18.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:18.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:18.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.731 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:18.733 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:18.735 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:18.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:18.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:18.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:18.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:18.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:18.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:18.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:18.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:18.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:18.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:18.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:18.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:18.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:18.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.813 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:18.813 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 07:30:18.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:18.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.815 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:18.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:18.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:18.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:18.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:18.817 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:18.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 07:30:18.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.818 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:18.819 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 07:30:18.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 07:30:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.819 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 07:30:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:18.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:18.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:18.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:30:18.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:18.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 07:30:18.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:18.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:30:18.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:18.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:18.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:18.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:18.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:18.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:18.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:18.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:18.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:18.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:18.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:18.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:18.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:18.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.912 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:18.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.914 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:18.914 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 07:30:18.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:18.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.914 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:18.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:18.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:18.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:18.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:18.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:30:18.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:18.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 07:30:18.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:18.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:30:18.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:18.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:18.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:18.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:18.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:18.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:18.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:18.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:18.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:18.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:18.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:18.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:18.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:18.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:18.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:18.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:18.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:19.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:19.011 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:19.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 07:30:19.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:19.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:19.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:19.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:19.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:19.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:19.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:19.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:19.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:19.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:19.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:19.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:19.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:19.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:19.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:19.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:19.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:19.030 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:19.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:19.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:19.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:19.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:19.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:19.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:19.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:19.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:19.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:19.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:19.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:19.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:19.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:19.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:19.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:19.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 07:30:19.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:19.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:19.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:19.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:19.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:19.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:20.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:20.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:20.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:20.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:20.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:20.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:21.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:21.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:21.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:21.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:21.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:21.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:22.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:22.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:22.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:22.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:22.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:22.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:23.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:23.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:23.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:23.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:23.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:23.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:24.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:24.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:24.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:24.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:24.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:24.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:25.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:25.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:25.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:25.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:25.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:25.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:26.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:26.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:26.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:26.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:26.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:26.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:27.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:27.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:27.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:27.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:27.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:27.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:28.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:28.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:28.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:28.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:28.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:28.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. failed, an exception will be thrown 07:30:29.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:29.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:29.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:29.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 07:30:29.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 07:30:29.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:29.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:29.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:29.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:29.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:29.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:29.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:29.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:29.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:29.250 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:29.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:29.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:29.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:29.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:29.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:29.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:29.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:29.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:29.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:29.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:29.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:29.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:29.267 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:29.267 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:29.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:29.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:29.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:29.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:29.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:29.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:29.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:29.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:29.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:29.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:29.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.328 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:30:29.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:29.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:29.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:29.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:29.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:29.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:29.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:29.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:29.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:29.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:29.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:29.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:29.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:29.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:29.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:29.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:29.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:29.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:29.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:29.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:30:29.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:30:29.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:29.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:30:29.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:30:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:29.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:29.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:29.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:29.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:29.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:29.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:29.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:29.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:30:29.462 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:30:29.462 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:29.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:29.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.17 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.092 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.125 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.074 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.083 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.093 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.078 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.102 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.086 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.237 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.096 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.099 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:30:29.474 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:30:29.477 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:30:29.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:29.477 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:30:29.477 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:29.477 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:30:29.477 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:29.477 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:30:29.478 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:29.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:30:29.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:30:29.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 07:30:29.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:29.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 07:30:29.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:30:29.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:29.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:29.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:29.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:30:29.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:30:29.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:30:29.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 07:30:29.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.484 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:30:29.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.484 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:30:29.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:29.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:29.490 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:29.508 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:29.508 DEBUG [main][MenuItemLookup] Item match:File 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Revert' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:29.511 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:30:29.511 DEBUG [main][MenuItemLookup] Item match:Import... 07:30:29.514 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 07:30:29.514 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 07:30:29.515 INFO [main][MenuItemHandler] Select menu item: &Import... 07:30:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 07:30:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 07:30:29.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 07:30:29.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.608 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:30:29.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:29.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:29.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:29.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:29.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:29.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:29.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:29.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:29.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 07:30:29.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 07:30:29.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:30.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:30.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 07:30:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 07:30:30.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 07:30:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:30.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 07:30:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:30.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 07:30:30.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 07:30:30.137 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 07:30:30.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 07:30:30.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 07:30:30.141 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:30:30.141 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 07:30:30.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:30.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:30.142 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:30.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:30.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:30.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:30.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:30.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:30:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 07:30:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available. finished successfully 07:30:30.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 07:30:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.148 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 07:30:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:30.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 07:30:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.150 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 07:30:30.150 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 07:30:30.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest$ImportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:30.151 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:30.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:30.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:30.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:30.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:30.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:30:30.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:30.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:30.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 07:30:30.178 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:30:30.178 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:30.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.695 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:30.186 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:30.188 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:30:30.188 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:30.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:30.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:30.188 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:30:30.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:30.188 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:30:30.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:30.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:30.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:30.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:30:30.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:30.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:30.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:30.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:30.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:30.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:30.192 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:30.192 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:30.192 DEBUG [main][MenuItemLookup] Item match:File 07:30:30.194 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:30.194 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:30:30.200 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:30:30.200 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:30.200 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:30:30.200 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:30.200 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:30:30.200 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:30.200 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:30:30.200 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:30:30.201 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:30:30.201 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:30:30.201 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:30:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:30:30.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:30:30.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:30:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.265 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:30.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:30.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:30:30.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:30.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:30.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:30:30.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:30.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:30.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:30:30.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:30.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:30.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:30:30.770 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:30:30.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:30:30.771 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:30:30.771 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:30.771 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:30:30.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:30.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:30.773 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:30.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:30.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:30.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:30.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:30.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:30:30.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:30:30.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:30.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.781 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:30.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:30.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:30.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.783 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:30.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.783 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:30.783 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:30:30.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:30.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:30.784 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:30.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:30.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:30.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:30.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:30.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:30.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:30.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:30.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:30.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:30.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:30.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:30.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:30.812 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:30.812 DEBUG [main][MenuItemLookup] Item match:File 07:30:30.813 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:30.813 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:30:30.814 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:30:30.814 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:30.814 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:30:30.814 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:30.814 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:30:30.814 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:30.814 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:30:30.814 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:30:30.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:30:30.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:30:30.815 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:30:30.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:30:30.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:30:30.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:30:30.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.872 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:30.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:30.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:30.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:30.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:30.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:30.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:30:30.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:30.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:31.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:31.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:30:31.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:31.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:30:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:31.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:31.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:30:31.377 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:30:31.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:30:31.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:30:31.378 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:31.378 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:30:31.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:31.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:31.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:31.380 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:31.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:31.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:31.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:31.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:31.386 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:30:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:30:31.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.386 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:31.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.387 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.387 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:30:31.387 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:31.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:30:31.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.388 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:31.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:31.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.388 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:31.388 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:30:31.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:31.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:31.389 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:31.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:31.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:31.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:31.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:31.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:31.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:31.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:31.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:31.405 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:31.405 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:30:31.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:31.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:31.406 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:30:31.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:31.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:31.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:31.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:31.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:31.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:31.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:31.419 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:31.419 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:31.419 DEBUG [main][MenuItemLookup] Item match:File 07:30:31.420 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:31.420 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:30:31.421 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:30:31.421 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:31.421 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:30:31.421 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:31.421 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:30:31.421 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:31.421 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:30:31.421 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:30:31.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:30:31.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:30:31.422 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:30:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:30:31.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:30:31.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:30:31.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.478 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:31.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:31.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:31.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:31.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:31.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:31.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:30:31.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:31.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:31.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:31.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:30:31.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:31.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:30:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:31.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:31.983 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:30:31.983 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:30:31.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:30:31.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:30:31.984 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:31.984 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:30:31.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:31.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:31.986 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:31.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:31.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:31.992 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:31.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:30:31.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:30:31.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:31.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.993 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:31.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:31.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.993 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:31.993 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:30:31.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:31.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:31.994 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:31.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:31.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:31.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:31.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:32.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:32.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:32.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:32.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:32.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:32.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:30:32.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:32.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:32.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:30:32.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:32.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:32.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:32.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:32.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:32.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:32.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:32.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:32.025 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:32.025 DEBUG [main][MenuItemLookup] Item match:File 07:30:32.026 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:32.026 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:30:32.028 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:30:32.028 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:32.028 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:30:32.028 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:32.028 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:30:32.028 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:32.028 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:30:32.028 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:30:32.028 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:30:32.028 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:30:32.028 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:30:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:30:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:30:32.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:30:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:32.088 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:32.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:32.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:32.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:32.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:32.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:32.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:32.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:32.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:30:32.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:32.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:32.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:30:32.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:32.593 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:30:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:32.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:32.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:30:32.594 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:30:32.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:30:32.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:30:32.595 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:32.595 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:30:32.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:32.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:32.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:32.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:32.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:32.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:32.597 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:32.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:32.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:32.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:32.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:32.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:30:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:30:32.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:32.603 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:32.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:32.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:32.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:32.604 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:32.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:32.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:32.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:32.605 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:32.605 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:30:32.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:32.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:32.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:32.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:32.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:32.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:32.606 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:32.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:32.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:32.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:32.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:32.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:32.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:32.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:32.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:32.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:32.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:32.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:32.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:32.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:32.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:32.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:32.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:30:32.634 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:30:32.634 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:32.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:32.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:32.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.449 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.215 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.605 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.622 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:30:32.641 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:30:32.643 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:30:32.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:32.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:30:32.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:32.643 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:30:32.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:32.643 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:30:32.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:32.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:30:32.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:30:32.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 07:30:32.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:32.645 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 07:30:32.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:30:32.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:32.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:32.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:32.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:30:32.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:30:32.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:30:32.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 07:30:32.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:30:32.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:30:32.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:32.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:32.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:32.646 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:32.646 DEBUG [main][MenuItemLookup] Item match:File 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Revert' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:32.647 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 07:30:32.648 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:32.648 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:30:32.648 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:30:32.648 DEBUG [main][MenuItemLookup] Item match:Export... 07:30:32.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 07:30:32.648 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 07:30:32.648 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 07:30:32.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 07:30:32.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 07:30:32.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 07:30:32.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:32.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:32.730 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 07:30:32.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:32.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:32.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:32.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:32.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:32.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 07:30:32.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 07:30:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:33.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:33.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 07:30:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 07:30:33.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 07:30:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:33.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 07:30:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:33.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 07:30:33.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 07:30:33.234 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 07:30:33.235 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 07:30:33.237 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 07:30:33.237 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 07:30:33.237 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 07:30:33.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:33.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:33.238 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:33.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:33.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:33.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:33.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:33.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:30:33.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 07:30:33.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available. finished successfully 07:30:33.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 07:30:33.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.243 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 07:30:33.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 07:30:33.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.244 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 07:30:33.244 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 07:30:33.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest$ExportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:33.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:33.245 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:33.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:33.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:33.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:33.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:33.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:33.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:33.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:30:33.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:33.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.261 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 07:30:33.261 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:30:33.261 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:33.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.616 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 07:30:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 07:30:33.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 07:30:33.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 07:30:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:30:33.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:33.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:30:33.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:33.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:33.312 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:30:33.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:33.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:33.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:33.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 07:30:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 07:30:33.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 07:30:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:30:33.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:30:33.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:33.369 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:33.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 07:30:33.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 07:30:33.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 07:30:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:33.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:30:33.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:33.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:33.432 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:33.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:33.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:33.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:33.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:33.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 07:30:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 07:30:33.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 07:30:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:30:33.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:30:33.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:33.488 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:33.488 INFO [WorkbenchTestable][AbstractText] Text set to: something 07:30:33.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:30:33.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:30:33.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:33.509 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:33.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:33.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:30:33.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:33.511 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:33.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:33.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.065 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.041 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.079 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.069 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 07:30:33.532 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:33.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.533 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:33.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:33.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:30:33.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:33.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:33.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:33.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:33.544 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:33.544 DEBUG [main][MenuItemLookup] Item match:File 07:30:33.544 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:33.544 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:30:33.546 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:30:33.546 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:33.546 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:30:33.546 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:33.546 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:30:33.546 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:33.546 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:30:33.546 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:30:33.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:30:33.547 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:30:33.547 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:30:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:30:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:30:33.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:30:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.620 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:33.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:33.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:33.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:33.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:30:33.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:33.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:34.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:34.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:30:34.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:30:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:34.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:30:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:34.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:30:34.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:30:34.130 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:30:34.130 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:30:34.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:30:34.131 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:34.131 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:30:34.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:34.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:34.132 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:34.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:34.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:34.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:34.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:34.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:34.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:30:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:30:34.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:34.139 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:34.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:30:34.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:30:34.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:34.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:30:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:34.140 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:30:34.140 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:30:34.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:34.141 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:34.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:34.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:34.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:34.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:34.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:34.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:34.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:34.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:34.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 07:30:34.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. finished successfully 07:30:34.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 07:30:34.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:34.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:34.208 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.208 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:34.208 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.209 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.209 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.209 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.210 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.210 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog error message") 07:30:34.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:34.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:34.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:34.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:30:34.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:34.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:34.212 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 07:30:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:34.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:34.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:34.215 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.215 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:34.216 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.216 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.216 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.216 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message") 07:30:34.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:34.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:34.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:34.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:30:34.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:34.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:34.217 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 07:30:34.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:34.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:34.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:34.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:34.220 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:34.224 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.224 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.225 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.225 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 07:30:34.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:34.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:30:34.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:34.226 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 07:30:34.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:34.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:34.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:34.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:34.227 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.227 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:34.228 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.228 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.228 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.228 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 07:30:34.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:34.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:34.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:34.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:30:34.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:34.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:34.230 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 07:30:34.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:34.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:34.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:34.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:34.232 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.232 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:34.232 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.232 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.232 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.232 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 07:30:34.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:34.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:34.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:34.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:30:34.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:34.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:34.234 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 07:30:34.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:34.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:34.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:34.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:34.235 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.235 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:34.236 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.236 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.236 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:30:34.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:34.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:34.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:35.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:35.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:35.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:35.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:36.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:36.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:36.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:36.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:37.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:37.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:37.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:37.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:38.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:38.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:38.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:38.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:39.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:39.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:39.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:39.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:40.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:40.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:40.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:40.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:41.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:41.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:41.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:41.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:42.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:42.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:42.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:42.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:43.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:43.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:43.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:43.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:44.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:44.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:44.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available. failed, an exception will be thrown Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.757 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.636 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.074 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.046 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:44.295 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:44.299 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:30:44.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:44.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:44.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:44.300 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:30:44.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:44.315 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:30:44.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:44.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:44.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:44.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:44.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:44.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:44.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:44.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:44.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:44.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:44.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:44.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:44.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:44.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:44.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:44.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:44.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:44.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:44.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:44.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:44.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:44.377 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:44.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:44.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:44.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:44.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:44.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:44.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:44.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:44.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:44.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:44.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:44.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:44.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:44.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:44.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:44.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:44.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:44.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:44.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:44.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:44.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:44.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:44.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:44.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:44.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:44.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:44.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:44.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:44.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:44.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:44.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:44.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:44.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:44.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:44.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:44.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:44.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:44.465 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 07:30:44.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 07:30:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:44.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:44.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 07:30:44.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 07:30:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:44.973 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 07:30:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:44.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 07:30:44.973 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 07:30:44.973 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 07:30:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:45.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:45.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 07:30:45.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 07:30:45.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:45.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 07:30:45.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:45.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 07:30:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:45.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:45.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:45.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:45.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:45.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:45.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:45.489 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:45.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:45.489 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:45.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:45.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:45.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:45.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:45.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:45.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:45.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:45.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:45.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:45.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:45.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:45.527 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:30:45.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:46.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:46.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:46.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:46.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:46.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:30:46.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:46.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:46.039 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:30:46.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:46.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:46.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:46.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:46.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:46.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:46.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:30:46.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:46.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:46.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:46.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:46.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:46.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:46.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:46.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:46.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:46.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:46.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:46.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:46.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:46.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:46.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:46.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:46.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:46.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:46.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:46.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:46.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:46.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:46.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:46.592 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:30:46.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:47.093 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:47.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:47.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:47.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:30:47.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:47.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:47.099 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:30:47.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:47.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:47.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:47.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:47.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:47.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:30:47.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:47.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:47.608 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 07:30:47.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 07:30:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:48.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:48.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 07:30:48.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 07:30:48.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:48.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 07:30:48.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:48.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 07:30:48.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:48.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:48.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:48.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:48.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:48.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:48.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:48.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:48.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:48.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:48.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:48.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:48.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:48.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:48.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:48.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:48.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:48.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:48.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:48.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:48.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:48.165 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:30:48.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:48.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:48.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:48.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:48.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:48.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:30:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:48.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:48.672 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:30:48.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:49.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:49.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:49.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:49.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:49.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:30:49.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:49.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:49.184 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:30:49.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:49.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:49.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:49.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:49.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:49.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:49.694 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:30:49.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:49.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:49.694 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:30:49.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:49.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:50.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:50.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:50.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:50.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:30:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:50.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:50.205 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:30:50.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:50.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:50.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:50.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:50.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:50.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:30:50.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:50.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:50.707 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:30:50.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:50.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:51.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:51.207 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:51.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:51.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:51.209 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:30:51.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:51.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:51.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:51.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:51.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:51.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:51.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:51.229 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:51.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:51.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:51.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:51.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:51.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:51.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:51.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:51.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:51.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:51.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:51.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:51.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:51.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:51.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:51.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:51.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:51.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:51.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:51.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 07:30:51.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 07:30:51.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:51.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:51.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 07:30:51.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 07:30:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:51.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 07:30:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:51.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 07:30:51.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:51.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:51.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:51.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:51.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:51.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:51.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:51.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:51.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:51.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:51.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:51.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:51.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:51.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:51.806 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 07:30:51.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 07:30:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:52.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 07:30:52.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 07:30:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:52.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 07:30:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:52.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 07:30:52.312 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 07:30:52.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 07:30:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:52.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:52.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 07:30:52.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 07:30:52.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:52.817 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 07:30:52.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:52.817 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 07:30:52.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:52.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:52.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:52.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:52.825 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:52.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:52.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:52.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:52.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:52.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:52.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:52.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:52.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:52.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:52.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:52.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:52.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:52.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:52.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:52.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:52.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:52.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:52.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:52.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:52.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:52.870 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:52.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:52.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:52.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:52.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:52.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:30:52.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:52.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:52.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:52.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:52.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:52.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:52.900 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:30:52.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:52.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:53.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:53.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:53.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:30:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:53.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:53.413 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:30:53.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:53.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:53.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:53.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:30:53.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:53.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:30:53.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:53.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:30:53.922 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:30:53.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:53.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:54.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:54.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:54.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:54.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:30:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:54.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:54.437 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:30:54.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:54.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:54.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:54.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:30:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:54.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:54.953 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:30:54.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:55.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:55.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:55.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:55.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:55.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:30:55.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:55.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:55.455 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:30:55.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:55.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:55.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:55.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:55.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:30:55.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:55.957 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:30:55.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:55.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:30:55.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:55.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:55.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:55.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:55.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:55.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:55.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:55.977 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:30:55.977 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:30:55.978 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:55.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.684 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.061 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.05 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.061 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.067 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.583 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.09 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.534 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.062 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.044 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.107 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:30:55.983 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:30:55.984 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:30:55.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:55.984 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:30:55.984 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:55.984 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:30:55.985 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:55.985 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:30:55.985 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:55.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:55.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 07:30:55.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:30:55.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:55.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:55.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1664): Gtk-CRITICAL **: 07:30:56.009: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 07:30:56.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 07:30:56.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:56.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:56.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:56.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:30:56.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:56.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:56.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:56.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:56.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:30:56.025 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 07:30:56.028 TRACE [main][WidgetHandler] Notify Table with event 13 07:30:56.028 TRACE [main][WidgetHandler] Wait for synchronization 07:30:56.029 TRACE [main][WidgetHandler] Notify Table with event 3 07:30:56.029 TRACE [main][WidgetHandler] Wait for synchronization 07:30:56.029 TRACE [main][WidgetHandler] Notify Table with event 4 07:30:56.029 TRACE [main][WidgetHandler] Wait for synchronization 07:30:56.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.viewers.CellEditor, index 0 and no matchers specified 07:30:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:56.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:56.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:56.038 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:56.038 INFO [WorkbenchTestable][AbstractText] Text set to: abc 07:30:56.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 07:30:56.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:56.044 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:30:56.044 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:30:56.044 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:30:56.045 DEBUG [main][AbstractWait] Waiting until shell is active... 07:30:56.045 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:30:56.045 INFO [main][AbstractShell] Close shell Testing shell 07:30:56.045 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:30:56.050 DEBUG [main][AbstractWait] Waiting while shell is available... 07:30:56.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:30:56.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:30:56.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:56.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:56.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:56.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 07:30:56.056 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:30:56.056 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:56.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.071 s Running org.eclipse.reddeer.jface.test.window.WindowTest 07:30:56.064 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:30:56.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:56.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:30:56.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:56.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:56.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:56.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:56.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:56.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:30:56.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:56.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:56.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:56.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:30:56.085 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:30:56.086 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:30:56.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:56.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:30:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:30:56.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:56.126 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:30:56.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:56.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:56.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:56.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:56.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:56.127 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 07:30:56.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:56.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:56.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:56.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:56.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:56.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:56.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:57.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:57.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:57.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:30:57.129 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:30:57.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:30:57.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:57.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:57.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:57.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:57.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:30:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:57.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:57.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:57.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:57.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:30:57.142 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:30:57.142 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:30:57.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:57.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:30:57.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:57.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:57.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:57.161 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:30:57.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:57.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:57.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:57.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 07:30:57.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:57.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:57.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:57.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:57.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:57.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:57.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:57.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:57.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:58.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:58.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:30:58.170 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:30:58.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:30:58.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:58.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:58.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:58.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:58.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:58.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:58.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:30:58.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:58.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:58.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:58.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:30:58.191 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:30:58.191 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:30:58.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:30:58.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:58.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:30:58.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.207 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 07:30:58.207 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 07:30:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:30:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:30:58.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:58.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:30:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:58.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:58.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:58.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:30:58.236 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:30:58.236 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:30:58.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:58.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:30:58.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:58.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:58.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:30:58.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.258 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 07:30:58.258 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 07:30:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:30:58.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:30:58.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:58.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:58.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:58.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:30:58.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:58.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:30:58.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:58.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:58.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:58.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:30:58.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:58.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:58.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:58.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:30:58.271 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:30:58.271 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:30:58.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:30:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:30:58.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.294 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:30:58.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:58.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.294 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 07:30:58.295 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 07:30:58.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:30:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:30:58.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:58.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:30:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:58.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:58.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:58.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:30:58.317 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:30:58.318 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:30:58.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:58.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:30:58.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:30:58.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.339 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:30:58.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:58.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:58.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 07:30:58.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:58.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:58.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:58.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:59.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:59.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:59.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:59.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:59.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:30:59.841 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:30:59.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:30:59.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:59.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:59.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:59.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:59.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:59.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:30:59.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:59.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:59.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:59.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:59.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:30:59.853 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:30:59.853 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:30:59.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:59.871 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:30:59.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:59.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:59.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:59.872 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:30:59.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:59.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:59.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:59.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:59.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 07:30:59.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:30:59.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:59.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:59.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:59.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:59.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:59.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:00.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:00.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:00.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:31:00.874 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:31:00.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:31:00.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.82 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.075 s openActionNotDefined(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s openEclipseWindow1(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.048 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.079 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.583 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.033 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:31:00.890 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:31:00.891 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:31:00.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:00.891 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:31:00.891 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:00.891 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:31:00.900 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:00.900 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:31:00.900 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:00.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:00.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 07:31:00.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:31:00.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:00.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:00.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available.... 07:31:00.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:00.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:00.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available. finished successfully 07:31:00.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:31:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:00.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:00.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 07:31:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:00.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:00.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:00.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid") 07:31:00.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:00.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:31:00.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:00.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:00.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:00.961 INFO [WorkbenchTestable][AbstractButton] Click button make valid 07:31:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:00.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:00.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:00.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:00.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 07:31:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:00.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:00.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:00.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:00.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 07:31:00.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:00.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:00.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:00.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:00.966 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 07:31:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:00.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:00.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:00.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:00.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:31:00.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:00.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:00.986 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 07:31:00.986 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:31:00.986 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:00.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.084 s Results: Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.integration.test >------ [INFO] Building RedDeer Integration and Eclipse Installation Tests 4.7.0-SNAPSHOT [36/58] [INFO] from tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.integration.test --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.integration.test --- [INFO] Resolving class path of RedDeer Integration and Eclipse Installation Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.integration.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.integration.test --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.integration.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.integration.test --- [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 4.7.0-SNAPSHOT [37/58] [INFO] from tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 4.7.0.v20230824-0714 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse.test --- [INFO] Resolving class path of RedDeer Eclipse Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse.test --- [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- dependency:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test --- [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar [INFO] Copying hsqldb-2.3.0.jar to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-2.3.0.jar [INFO] [INFO] --- download:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar 16/2127K 32/2127K 48/2127K 64/2127K 80/2127K 96/2127K 112/2127K 128/2127K 144/2127K 160/2127K 176/2127K 192/2127K 208/2127K 224/2127K 240/2127K 256/2127K 272/2127K 288/2127K 304/2127K 320/2127K 336/2127K 352/2127K 368/2127K 384/2127K 400/2127K 416/2127K 432/2127K 448/2127K 464/2127K 480/2127K 496/2127K 512/2127K 528/2127K 544/2127K 560/2127K 576/2127K 592/2127K 608/2127K 624/2127K 640/2127K 656/2127K 672/2127K 688/2127K 704/2127K 720/2127K 736/2127K 752/2127K 768/2127K 784/2127K 800/2127K 816/2127K 832/2127K 848/2127K 864/2127K 880/2127K 892/2127K 908/2127K 924/2127K 940/2127K 956/2127K 972/2127K 988/2127K 1004/2127K 1020/2127K 1036/2127K 1052/2127K 1068/2127K 1084/2127K 1100/2127K 1116/2127K 1132/2127K 1148/2127K 1164/2127K 1180/2127K 1196/2127K 1212/2127K 1228/2127K 1244/2127K 1260/2127K 1276/2127K 1292/2127K 1308/2127K 1320/2127K 1336/2127K 1352/2127K 1364/2127K 1380/2127K 1396/2127K 1412/2127K 1428/2127K 1444/2127K 1460/2127K 1476/2127K 1492/2127K 1508/2127K 1524/2127K 1540/2127K 1556/2127K 1572/2127K 1588/2127K 1604/2127K 1621/2127K 1637/2127K 1653/2127K 1669/2127K 1685/2127K 1701/2127K 1717/2127K 1733/2127K 1749/2127K 1765/2127K 1781/2127K 1797/2127K 1813/2127K 1829/2127K 1845/2127K 1863/2127K 1879/2127K 1895/2127K 1911/2127K 1927/2127K 1943/2127K 1959/2127K 1975/2127K 1991/2127K 2007/2127K 2023/2127K 2039/2127K 2055/2127K 2071/2127K 2087/2127K 2103/2127K 2119/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Fetching org.eclipse.wst.server.preview_1.2.100.v202211091907.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (31.71kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (249kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (2.55MB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.92MB) [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.82MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.53MB) [INFO] Fetching com.google.protobuf_2.4.1.v20220404-1934.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (478.08kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (302.99kB) [INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.95kB) [INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.16MB) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (135.86kB) [INFO] Fetching jakarta.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (62.56kB) [INFO] Fetching javax.activation_2.0.0.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (82.95kB) [INFO] Fetching jakarta.enterprise.cdi-api_2.0.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (106.86kB) [INFO] Fetching jakarta.interceptor-api_1.2.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.45kB) [INFO] Fetching org.apache.felix.http.servlet-api_1.2.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (274.89kB) [INFO] Fetching jakarta.transaction-api_1.3.3.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.03kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (314.74kB) [INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/plugins/ (287.03kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20230516-1249.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.02MB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (356.05kB) [INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB) [INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB) [INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20230723-0712.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (43.94kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (293.71kB) [INFO] Fetching org.apache.xmlrpc.client_3.1.3.v20160817-1930.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (73.89kB) [INFO] Fetching org.apache.xmlrpc.common_3.1.3.v20181004-1955.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (129.32kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (254.52kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (34.97kB) [INFO] Fetching org.eclipse.help.base_4.4.100.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (440.51kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (38.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (128.31kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (86.87kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (127.79kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (355.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (47.13kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (236.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (78.29kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.02kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (280.28kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.39kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.55kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.32kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (210.82kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (262.1kB) [INFO] Fetching org.eclipse.dstore.core_4.5.500.202305261012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (398.67kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.500.202305261012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.79kB) [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (133.18kB) [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (67.72kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (134.87kB) [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.25kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.35.0.v20230801-1141.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.35.0.v20230622-1149.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (192.68kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (304.27kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (96.2kB) [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.37kB) [INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (66.69kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.4kB) [INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (74.3kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (116.39kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (55.05kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.87kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (131.29kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (196.8kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (31.54kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (151.33kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (44.41kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (104.28kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.95kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (61.15kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (47.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.3.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (158.51kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.8.100.v20230726-1449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (399.59kB) [INFO] Fetching org.eclipse.jetty.jndi_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.39kB) [ERROR] All attempts to read artifact osgi.bundle,org.eclipse.jetty.jndi,10.0.15 failed: [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.jetty.jndi,10.0.15 from repository https://download.eclipse.org/releases/2023-09/202308041000: [ERROR] Retry another mirror: [ERROR] Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.: [ERROR] MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for RedDeer Parent POM File 4.7.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 2.993 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.005 s] [INFO] RedDeer Common ..................................... SUCCESS [ 6.455 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.323 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.405 s] [INFO] RedDeer Core ....................................... SUCCESS [ 0.927 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.675 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.596 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 1.210 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.409 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.500 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.364 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 1.198 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.427 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.572 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.614 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.480 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.335 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.601 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.480 s] [INFO] RedDeer UI ......................................... SUCCESS [ 3.038 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.417 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.779 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.396 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.423 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.848 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.002 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.287 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.046 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:09 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:39 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:20 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:48 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 21.699 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:20 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.186 s] [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 22.925 s] [INFO] RedDeer GEF Tests .................................. SKIPPED [INFO] RedDeer Graphiti Tests ............................. SKIPPED [INFO] RedDeer Direct Tests ............................... SKIPPED [INFO] RedDeer JUnit Tests ................................ SKIPPED [INFO] RedDeer Requirements Tests ......................... SKIPPED [INFO] RedDeer UI Tests ................................... SKIPPED [INFO] RedDeer E4 Workbench Tests ......................... SKIPPED [INFO] RedDeer Features ................................... SKIPPED [INFO] RedDeer E4 Feature ................................. SKIPPED [INFO] RedDeer Eclipse Feature ............................ SKIPPED [INFO] RedDeer GEF Spy Feature ............................ SKIPPED [INFO] RedDeer SWT Feature ................................ SKIPPED [INFO] RedDeer Tests Feature .............................. SKIPPED [INFO] RedDeer UI Feature ................................. SKIPPED [INFO] RedDeer Recorder Feature ........................... SKIPPED [INFO] RedDeer GEF/Graphiti Feature ....................... SKIPPED [INFO] RedDeer Spy Feature ................................ SKIPPED [INFO] RedDeer Log Parser Feature ......................... SKIPPED [INFO] RedDeer CodeGen Feature ............................ SKIPPED [INFO] RedDeer Site ....................................... SKIPPED [INFO] RedDeer Archetype .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:13 min [INFO] Finished at: 2023-08-24T07:31:27Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 13 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.9 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-ds-plugin:2.7.5 [WARNING] * com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1 [WARNING] * org.eclipse.tycho:tycho-surefire-plugin:2.7.5 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:2.8 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:2.4.3 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test (default-test) on project org.eclipse.reddeer.eclipse.test: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test failed: Could not mirror artifact osgi.bundle,org.eclipse.jetty.jndi,10.0.15 into the local Maven repository.See log output for details. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.reddeer.eclipse.test Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Sending e-mails to: odockal@redhat.com Finished: FAILURE